Html Css Color HEX #066077 Blue Lagoon

📋 copy color: '#066077'

red 6 ◦ green 96 ◦ blue 119

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

Shades of Blue Lagoon #066077

Tints of Blue Lagoon #066077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 2.71%
G = 43.44%
B = 53.85%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066077 (or 0x066077) is known color: Blue Lagoon. HEX triplet: 06, 60 and 77. RGB value is (6,96,119). Sum of RGB (Red+Green+Blue) = 6+96+119=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #066077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066077 is #F99F88. Grayscale: #474747. Windows color (decimal): -16359305 or 7823366. OLE color: 7823366.

HSL color Cylindrical-coordinate representation of color #066077: hue angle of 192.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066077 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 96 119 -
CMYK 0.95 0.19 0 0.53
HSL 192.21º 0.9% 0.25% -
HSV(B) 192.21º 0.95% 0.47% -
XYZ 7.59 9.74 18.93 -
YUV 71.71 154.68 81.13 -
System Red Green Blue C M Y K H S L
Decimal 6 96 119 0.95 0.19 0 0.53 192.21 0.9 0.25
Hex 6 60 77 5F 13 0 35 C0 5A 19
Octal 6 140 167 137 23 0 65 300 132 31
Binary 110 1100000 1110111 1011111 10011 0 110101 11000000 1011010 11001

Color Harmonies of #066077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066077

Black with #066077

Text Example


Text Example

White with #066077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066077; }

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

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

background-color css

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

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

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

border-color css

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

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

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