Html Css Color HEX #066D76 Blue Lagoon

📋 copy color: '#066D76'

red 6 ◦ green 109 ◦ blue 118

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

Shades of Blue Lagoon #066D76

Tints of Blue Lagoon #066D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 2.58%
G = 46.78%
B = 50.64%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066D76 (or 0x066D76) is known color: Blue Lagoon. HEX triplet: 06, 6D and 76. RGB value is (6,109,118). Sum of RGB (Red+Green+Blue) = 6+109+118=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #066D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D76 is #F99289. Grayscale: #4F4F4F. Windows color (decimal): -16355978 or 7761158. OLE color: 7761158.

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

Color convert

RGB 6 109 118 -
CMYK 0.95 0.08 0 0.54
HSL 184.82º 0.9% 0.24% -
HSV(B) 184.82º 0.95% 0.46% -
XYZ 8.81 12.28 19.05 -
YUV 79.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 6 109 118 0.95 0.08 0 0.54 184.82 0.9 0.24
Hex 6 6D 76 5F 8 0 36 B9 5A 18
Octal 6 155 166 137 10 0 66 271 132 30
Binary 110 1101101 1110110 1011111 1000 0 110110 10111001 1011010 11000

Color Harmonies of #066D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D76

Black with #066D76

Text Example


Text Example

White with #066D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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