Html Css Color HEX #066D70 Blue Lagoon

📋 copy color: '#066D70'

red 6 ◦ green 109 ◦ blue 112

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

Shades of Blue Lagoon #066D70

Tints of Blue Lagoon #066D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 2.64%
G = 48.02%
B = 49.34%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066D70 (or 0x066D70) is known color: Blue Lagoon. HEX triplet: 06, 6D and 70. RGB value is (6,109,112). Sum of RGB (Red+Green+Blue) = 6+109+112=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #066D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D70 is #F9928F. Grayscale: #4E4E4E. Windows color (decimal): -16355984 or 7367942. OLE color: 7367942.

HSL color Cylindrical-coordinate representation of color #066D70: hue angle of 181.7º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066D70 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 109 112 -
CMYK 0.95 0.03 0 0.56
HSL 181.7º 0.9% 0.23% -
HSV(B) 181.7º 0.95% 0.44% -
XYZ 8.47 12.15 17.23 -
YUV 78.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 6 109 112 0.95 0.03 0 0.56 181.7 0.9 0.23
Hex 6 6D 70 5F 3 0 38 B6 5A 17
Octal 6 155 160 137 3 0 70 266 132 27
Binary 110 1101101 1110000 1011111 11 0 111000 10110110 1011010 10111

Color Harmonies of #066D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D70

Black with #066D70

Text Example


Text Example

White with #066D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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