Color Hex Logo

#0675ce Color Hex

#0675CE
(6,117,206)
0 Favorites   0 Comments

Color spaces of #0675ce

RGB 6117206
HSL0.570.940.42
HSV207°97°81°
CMYK 0.970.430.00   0.19
XYZ17.577017.217560.7894
Yxy17.21750.18390.1801
Hunter Lab41.49402.9988-57.8151
CIE-Lab48.53296.7056-53.4208

#0675ce color RGB value is (6,117,206).

#0675ce hex color red value is 6, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0675ce hue: 0.57 , saturation: 0.94 and the lightness value of 0675ce is 0.42.

The process color (four color CMYK) of #0675ce color hex is 0.97, 0.43, 0.00, 0.19. Web safe color of #0675ce is #0066cc. Color #0675ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110101 11001110
Octal 6 165 316
Decimal 6 117 206
Hex 6 75 CE

RGB Percentages of Color #0675ce

%1.82
%35.56
%62.61

CMYK Percentages of Color #0675ce

%97
%43
%0
%19

Triadic Colors of #0675ce

#0675ce #ce0675 #75ce06

Analogous Colors of #0675ce

#0675ce #0611ce #06cec3

Monochromatic Colors of #0675ce

#0675ce

Complementary Color

#0675ce #ce5f06

#0675ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0675ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0675ce Color CSS Codes

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

#0675ce Text Font Color

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

This sample text font color is #0675ce
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.


#0675ce Background Color

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

This div background color is #0675ce


#0675ce Border Color

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

This div border color is #0675ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0675ce


Comments

No comments written yet.

Please login to write comment.