Color Hex Logo

#0675ed Color Hex

#0675ED
(6,117,237)
0 Favorites   0 Comments

Color spaces of #0675ed

RGB 6117237
HSL0.590.950.48
HSV211°97°93°
CMYK 0.970.510.00   0.07
XYZ21.722518.875782.6192
Yxy18.87570.17630.1532
Hunter Lab43.446213.2168-82.3362
CIE-Lab50.541518.8822-67.6924

#0675ed color RGB value is (6,117,237).

#0675ed hex color red value is 6, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0675ed hue: 0.59 , saturation: 0.95 and the lightness value of 0675ed is 0.48.

The process color (four color CMYK) of #0675ed color hex is 0.97, 0.51, 0.00, 0.07. Web safe color of #0675ed is #0066ff. Color #0675ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110101 11101101
Octal 6 165 355
Decimal 6 117 237
Hex 6 75 ED

RGB Percentages of Color #0675ed

%1.67
%32.50
%65.83

CMYK Percentages of Color #0675ed

%97
%51
%0
%7

Triadic Colors of #0675ed

#0675ed #ed0675 #75ed06

Analogous Colors of #0675ed

#0675ed #0b06ed #06e9ed

Monochromatic Colors of #0675ed

#0675ed

Complementary Color

#0675ed #ed7e06

#0675ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0675ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0675ed Color CSS Codes

.mybgcolor {background-color:#0675ed; } 
.myforecolor {color:#0675ed; }
.mybordercolor {border:3px solid #0675ed; }

#0675ed Text Font Color

<p style="color:#0675ed">Text here</p>

This sample text font color is #0675ed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0675ed Background Color

<div style="background-color:#0675ed">
Div content here</div>

This div background color is #0675ed


#0675ed Border Color

<div style="border:3px solid #0675ed">
Div here</div>

This div border color is #0675ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,117,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0675ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0675ed;
  -webkit-box-shadow: 1px 1px 3px 2px #0675ed;
  box-shadow:         1px 1px 3px 2px #0675ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,117,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0675ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0675ed;
  -webkit-box-shadow: 1px 1px 3px 2px #0675ed;
  box-shadow:         1px 1px 3px 2px #0675ed;">
Div content here</div>

This div box has shadow with color #0675ed


Comments

No comments written yet.

Please login to write comment.