Html Css Color HEX #006B77 Blue Lagoon

📋 copy color: '#006B77'

red 0 ◦ green 107 ◦ blue 119

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

Shades of Blue Lagoon #006B77

Tints of Blue Lagoon #006B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

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

R = 0%
G = 47.35%
B = 52.65%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006B77 (or 0x006B77) is known color: Blue Lagoon. HEX triplet: 00, 6B and 77. RGB value is (0,107,119). Sum of RGB (Red+Green+Blue) = 0+107+119=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #006B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B77 is #FF9488. Grayscale: #4C4C4C. Windows color (decimal): -16749705 or 7826176. OLE color: 7826176.

HSL color Cylindrical-coordinate representation of color #006B77: hue angle of 186.05º 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 #006B77 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 107 119 -
CMYK 1 0.10 0 0.53
HSL 186.05º 1% 0.23% -
HSV(B) 186.05º 1% 0.47% -
XYZ 8.59 11.85 19.29 -
YUV 76.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 0 107 119 1 0.10 0 0.53 186.05 1 0.23
Hex 0 6B 77 64 A 0 35 BA 64 17
Octal 0 153 167 144 12 0 65 272 144 27
Binary 0 1101011 1110111 1100100 1010 0 110101 10111010 1100100 10111

Color Harmonies of #006B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B77

Black with #006B77

Text Example


Text Example

White with #006B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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