#066170

Color #066170 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #066170

Tints of Blue Lagoon #066170

Color information

#066170 (or 0x066170) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 70. RGB value is (6,97,112). Sum of RGB (Red+Green+Blue) = 6+97+112=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #066170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066170 is #F99E8F. Grayscale: #474747. Windows color (decimal): -16359056 or 7364870. OLE color: 7364870.

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

Color convert

RGB697112-
CMYK0.950.1300.56
HSL188.49º89.83%23.14%-
HSV(B)188.49º94.64%43.92%-
XYZ7.279.7616.83-
YUV71.5150.8581.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=2.79%
G=45.12%
B=52.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6971120.950.1300.56188.4989.8323.14
Hex661705FD038bc5a17
Octal61411601371507027413227
Binary1101100001111000010111111101011100010111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066170; }

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

 H1.HeaderClassName
 {
   color: #066170;
 }
 .AnyTagClassName
 {
   color: #066170;
 }
</style>
background-color css

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

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

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

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

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

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