Html Css Color HEX #066877 Blue Lagoon

📋 copy color: '#066877'

red 6 ◦ green 104 ◦ blue 119

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

Shades of Blue Lagoon #066877

Tints of Blue Lagoon #066877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

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

R = 2.62%
G = 45.41%
B = 51.97%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066877 (or 0x066877) is known color: Blue Lagoon. HEX triplet: 06, 68 and 77. RGB value is (6,104,119). Sum of RGB (Red+Green+Blue) = 6+104+119=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #066877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066877 is #F99788. Grayscale: #4C4C4C. Windows color (decimal): -16357257 or 7825414. OLE color: 7825414.

HSL color Cylindrical-coordinate representation of color #066877: hue angle of 187.96º 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 #066877 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 104 119 -
CMYK 0.95 0.13 0 0.53
HSL 187.96º 0.9% 0.25% -
HSV(B) 187.96º 0.95% 0.47% -
XYZ 8.36 11.27 19.19 -
YUV 76.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 6 104 119 0.95 0.13 0 0.53 187.96 0.9 0.25
Hex 6 68 77 5F D 0 35 BC 5A 19
Octal 6 150 167 137 15 0 65 274 132 31
Binary 110 1101000 1110111 1011111 1101 0 110101 10111100 1011010 11001

Color Harmonies of #066877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066877

Black with #066877

Text Example


Text Example

White with #066877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066877; }

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

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

background-color css

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

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

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

border-color css

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

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

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