#066175

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

Shades of Blue Lagoon #066175

Tints of Blue Lagoon #066175

Color information

#066175 (or 0x066175) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 75. RGB value is (6,97,117). Sum of RGB (Red+Green+Blue) = 6+97+117=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #066175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066175 is #F99E8A. Grayscale: #474747. Windows color (decimal): -16359051 or 7692550. OLE color: 7692550.

HSL color Cylindrical-coordinate representation of color #066175: hue angle of 190.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066175 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB697117-
CMYK0.950.1700.54
HSL190.81º90.24%24.12%-
HSV(B)190.81º94.87%45.88%-
XYZ7.569.8718.34-
YUV72.07153.3580.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=2.73%
G=44.09%
B=53.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6971170.950.1700.54190.8190.2424.12
Hex661755F11036bf5a18
Octal61411651372106627713230
Binary11011000011110101101111110001011011010111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066175; }

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

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

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

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

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

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

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

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