Html Css Color HEX #066067 Blue Lagoon

📋 copy color: '#066067'

red 6 ◦ green 96 ◦ blue 103

#066067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #066067

Tints of Blue Lagoon #066067

RGB

 RED value IS 6 (2.73% from 255) = 2.93%

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 2.93%
G = 46.83%
B = 50.24%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#066067 (or 0x066067) is known color: Blue Lagoon. HEX triplet: 06, 60 and 67. RGB value is (6,96,103). Sum of RGB (Red+Green+Blue) = 6+96+103=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #066067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066067 is #F99F98. Grayscale: #454545. Windows color (decimal): -16359321 or 6774790. OLE color: 6774790.

HSL color Cylindrical-coordinate representation of color #066067: hue angle of 184.33º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066067 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 96 103 -
CMYK 0.94 0.07 0 0.60
HSL 184.33º 0.89% 0.21% -
HSV(B) 184.33º 0.94% 0.4% -
XYZ 6.71 9.38 14.29 -
YUV 69.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 6 96 103 0.94 0.07 0 0.60 184.33 0.89 0.21
Hex 6 60 67 5E 7 0 3C B8 59 15
Octal 6 140 147 136 7 0 74 270 131 25
Binary 110 1100000 1100111 1011110 111 0 111100 10111000 1011001 10101

Color Harmonies of #066067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066067

Black with #066067

Text Example


Text Example

White with #066067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066067; }

 p { color: rgb(6,96,103); }

 H1.HeaderClassName
 {
   color: #066067;
 }
 .AnyTagClassName
 {
   color: #066067;
 }
</style>

background-color css

<style>
 a { background-color: #066067; }

 a { background-color: rgb(6,96,103); }

 div.DivClassName
 {
   background-color: #066067;
 }
 .BgClassName
 {
   background-color: #066067;
 }
</style>

border-color css

<style>
 span { border-color: #066067; }

 span { border-color: rgb(6,96,103); }

 td.TdClassName
 {
   border-color: #066067;
 }
 .TagClassName
 {
   border-color: #066067;
 }
</style>