Html Css Color HEX #006977 Blue Lagoon

📋 copy color: '#006977'

red 0 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #006977

Tints of Blue Lagoon #006977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

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

R = 0%
G = 46.88%
B = 53.13%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006977 (or 0x006977) is known color: Blue Lagoon. HEX triplet: 00, 69 and 77. RGB value is (0,105,119). Sum of RGB (Red+Green+Blue) = 0+105+119=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #006977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006977 is #FF9688. Grayscale: #4B4B4B. Windows color (decimal): -16750217 or 7825664. OLE color: 7825664.

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

Color convert

RGB 0 105 119 -
CMYK 1 0.12 0 0.53
HSL 187.06º 1% 0.23% -
HSV(B) 187.06º 1% 0.47% -
XYZ 8.38 11.44 19.22 -
YUV 75.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 0 105 119 1 0.12 0 0.53 187.06 1 0.23
Hex 0 69 77 64 C 0 35 BB 64 17
Octal 0 151 167 144 14 0 65 273 144 27
Binary 0 1101001 1110111 1100100 1100 0 110101 10111011 1100100 10111

Color Harmonies of #006977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006977

Black with #006977

Text Example


Text Example

White with #006977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006977; }

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

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

background-color css

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

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

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

border-color css

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

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

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