Html Css Color HEX #066D74 Blue Lagoon

📋 copy color: '#066D74'

red 6 ◦ green 109 ◦ blue 116

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

Shades of Blue Lagoon #066D74

Tints of Blue Lagoon #066D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 2.6%
G = 47.19%
B = 50.22%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066D74 (or 0x066D74) is known color: Blue Lagoon. HEX triplet: 06, 6D and 74. RGB value is (6,109,116). Sum of RGB (Red+Green+Blue) = 6+109+116=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #066D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D74 is #F9928B. Grayscale: #4E4E4E. Windows color (decimal): -16355980 or 7630086. OLE color: 7630086.

HSL color Cylindrical-coordinate representation of color #066D74: hue angle of 183.82º 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 #066D74 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 109 116 -
CMYK 0.95 0.06 0 0.55
HSL 183.82º 0.9% 0.24% -
HSV(B) 183.82º 0.95% 0.45% -
XYZ 8.7 12.24 18.43 -
YUV 79 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 6 109 116 0.95 0.06 0 0.55 183.82 0.9 0.24
Hex 6 6D 74 5F 6 0 37 B8 5A 18
Octal 6 155 164 137 6 0 67 270 132 30
Binary 110 1101101 1110100 1011111 110 0 110111 10111000 1011010 11000

Color Harmonies of #066D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D74

Black with #066D74

Text Example


Text Example

White with #066D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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