Html Css Color HEX #006A77 Blue Lagoon

📋 copy color: '#006A77'

red 0 ◦ green 106 ◦ blue 119

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

Shades of Blue Lagoon #006A77

Tints of Blue Lagoon #006A77

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 47.11%

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

R = 0%
G = 47.11%
B = 52.89%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006A77 (or 0x006A77) is known color: Blue Lagoon. HEX triplet: 00, 6A and 77. RGB value is (0,106,119). Sum of RGB (Red+Green+Blue) = 0+106+119=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #006A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A77 is #FF9588. Grayscale: #4B4B4B. Windows color (decimal): -16749961 or 7825920. OLE color: 7825920.

HSL color Cylindrical-coordinate representation of color #006A77: hue angle of 186.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A77 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 106 119 -
CMYK 1 0.11 0 0.53
HSL 186.55º 1% 0.23% -
HSV(B) 186.55º 1% 0.47% -
XYZ 8.48 11.64 19.25 -
YUV 75.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 0 106 119 1 0.11 0 0.53 186.55 1 0.23
Hex 0 6A 77 64 B 0 35 BB 64 17
Octal 0 152 167 144 13 0 65 273 144 27
Binary 0 1101010 1110111 1100100 1011 0 110101 10111011 1100100 10111

Color Harmonies of #006A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A77

Black with #006A77

Text Example


Text Example

White with #006A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A77; }

 p { color: rgb(0,106,119); }

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

background-color css

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

 a { background-color: rgb(0,106,119); }

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

border-color css

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

 span { border-color: rgb(0,106,119); }

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