Html Css Color HEX #066D72 Blue Lagoon

📋 copy color: '#066D72'

red 6 ◦ green 109 ◦ blue 114

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

Shades of Blue Lagoon #066D72

Tints of Blue Lagoon #066D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.6%

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 2.62%
G = 47.6%
B = 49.78%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066D72 (or 0x066D72) is known color: Blue Lagoon. HEX triplet: 06, 6D and 72. RGB value is (6,109,114). Sum of RGB (Red+Green+Blue) = 6+109+114=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #066D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D72 is #F9928D. Grayscale: #4E4E4E. Windows color (decimal): -16355982 or 7499014. OLE color: 7499014.

HSL color Cylindrical-coordinate representation of color #066D72: hue angle of 182.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066D72 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 109 114 -
CMYK 0.95 0.04 0 0.55
HSL 182.78º 0.9% 0.24% -
HSV(B) 182.78º 0.95% 0.45% -
XYZ 8.58 12.19 17.82 -
YUV 78.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 6 109 114 0.95 0.04 0 0.55 182.78 0.9 0.24
Hex 6 6D 72 5F 4 0 37 B7 5A 18
Octal 6 155 162 137 4 0 67 267 132 30
Binary 110 1101101 1110010 1011111 100 0 110111 10110111 1011010 11000

Color Harmonies of #066D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D72

Black with #066D72

Text Example


Text Example

White with #066D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066D72; }

 p { color: rgb(6,109,114); }

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

background-color css

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

 a { background-color: rgb(6,109,114); }

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

border-color css

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

 span { border-color: rgb(6,109,114); }

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