Html Css Color HEX #066670 Blue Lagoon

📋 copy color: '#066670'

red 6 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #066670

Tints of Blue Lagoon #066670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 2.73%
G = 46.36%
B = 50.91%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066670 (or 0x066670) is known color: Blue Lagoon. HEX triplet: 06, 66 and 70. RGB value is (6,102,112). Sum of RGB (Red+Green+Blue) = 6+102+112=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #066670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066670 is #F9998F. Grayscale: #4A4A4A. Windows color (decimal): -16357776 or 7366150. OLE color: 7366150.

HSL color Cylindrical-coordinate representation of color #066670: hue angle of 185.66º 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 #066670 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 102 112 -
CMYK 0.95 0.09 0 0.56
HSL 185.66º 0.9% 0.23% -
HSV(B) 185.66º 0.95% 0.44% -
XYZ 7.75 10.71 16.99 -
YUV 74.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 6 102 112 0.95 0.09 0 0.56 185.66 0.9 0.23
Hex 6 66 70 5F 9 0 38 BA 5A 17
Octal 6 146 160 137 11 0 70 272 132 27
Binary 110 1100110 1110000 1011111 1001 0 111000 10111010 1011010 10111

Color Harmonies of #066670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066670

Black with #066670

Text Example


Text Example

White with #066670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066670; }

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

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

background-color css

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

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

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

border-color css

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

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

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