Html Css Color HEX #066E74 Blue Lagoon

📋 copy color: '#066E74'

red 6 ◦ green 110 ◦ blue 116

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

Shades of Blue Lagoon #066E74

Tints of Blue Lagoon #066E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

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

R = 2.59%
G = 47.41%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066E74 (or 0x066E74) is known color: Blue Lagoon. HEX triplet: 06, 6E and 74. RGB value is (6,110,116). Sum of RGB (Red+Green+Blue) = 6+110+116=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #066E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E74 is #F9918B. Grayscale: #4F4F4F. Windows color (decimal): -16355724 or 7630342. OLE color: 7630342.

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

Color convert

RGB 6 110 116 -
CMYK 0.95 0.05 0 0.55
HSL 183.27º 0.9% 0.24% -
HSV(B) 183.27º 0.95% 0.45% -
XYZ 8.8 12.45 18.46 -
YUV 79.59 148.54 75.51 -
System Red Green Blue C M Y K H S L
Decimal 6 110 116 0.95 0.05 0 0.55 183.27 0.9 0.24
Hex 6 6E 74 5F 5 0 37 B7 5A 18
Octal 6 156 164 137 5 0 67 267 132 30
Binary 110 1101110 1110100 1011111 101 0 110111 10110111 1011010 11000

Color Harmonies of #066E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066E74

Black with #066E74

Text Example


Text Example

White with #066E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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