#066075

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

Shades of Blue Lagoon #066075

Tints of Blue Lagoon #066075

Color information

#066075 (or 0x066075) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 75. RGB value is (6,96,117). Sum of RGB (Red+Green+Blue) = 6+96+117=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #066075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066075 is #F99F8A. Grayscale: #474747. Windows color (decimal): -16359307 or 7692294. OLE color: 7692294.

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

Color convert

RGB696117-
CMYK0.950.1800.54
HSL191.35º90.24%24.12%-
HSV(B)191.35º94.87%45.88%-
XYZ7.479.6918.31-
YUV71.48153.6881.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=2.74%
G=43.84%
B=53.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6961170.950.1800.54191.3590.2424.12
Hex660755F12036bf5a18
Octal61401651372206627713230
Binary11011000001110101101111110010011011010111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066075; }

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

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

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

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

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

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

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

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