#066478

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

Shades of Blue Lagoon #066478

Tints of Blue Lagoon #066478

Color information

#066478 (or 0x066478) is unknown color: approx Blue Lagoon. HEX triplet: 06, 64 and 78. RGB value is (6,100,120). Sum of RGB (Red+Green+Blue) = 6+100+120=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #066478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066478 is #F99B87. Grayscale: #4A4A4A. Windows color (decimal): -16358280 or 7889926. OLE color: 7889926.

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

Color convert

RGB6100120-
CMYK0.950.1700.53
HSL190.53º90.48%24.71%-
HSV(B)190.53º95%47.06%-
XYZ8.0210.5119.37-
YUV74.17153.8679.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=2.65%
G=44.25%
B=53.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61001200.950.1700.53190.5390.4824.71
Hex664785F11035bf5a19
Octal61441701372106527713231
Binary11011001001111000101111110001011010110111111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066478; }

 p { color: rgb(6,100,120); }

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

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

 a { background-color: rgb(6,100,120); }

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

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

 span { border-color: rgb(6,100,120); }

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