#066275

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

Shades of Blue Lagoon #066275

Tints of Blue Lagoon #066275

Color information

#066275 (or 0x066275) is unknown color: approx Blue Lagoon. HEX triplet: 06, 62 and 75. RGB value is (6,98,117). Sum of RGB (Red+Green+Blue) = 6+98+117=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #066275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066275 is #F99D8A. Grayscale: #484848. Windows color (decimal): -16358795 or 7692806. OLE color: 7692806.

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

Color convert

RGB698117-
CMYK0.950.1600.54
HSL190.27º90.24%24.12%-
HSV(B)190.27º94.87%45.88%-
XYZ7.6510.0618.37-
YUV72.66153.0280.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=2.71%
G=44.34%
B=52.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6981170.950.1600.54190.2790.2424.12
Hex662755F10036be5a18
Octal61421651372006627613230
Binary11011000101110101101111110000011011010111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066275; }

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

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

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

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

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

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

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

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