#066078

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

Shades of Blue Lagoon #066078

Tints of Blue Lagoon #066078

Color information

#066078 (or 0x066078) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 78. RGB value is (6,96,120). Sum of RGB (Red+Green+Blue) = 6+96+120=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #066078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066078 is #F99F87. Grayscale: #474747. Windows color (decimal): -16359304 or 7888902. OLE color: 7888902.

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

Color convert

RGB696120-
CMYK0.950.200.53
HSL192.63º90.48%24.71%-
HSV(B)192.63º95%47.06%-
XYZ7.659.7619.25-
YUV71.83155.1881.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=2.70%
G=43.24%
B=54.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6961200.950.200.53192.6390.4824.71
Hex660785F14035c15a19
Octal61401701372406530113231
Binary11011000001111000101111110100011010111000001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066078; }

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

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

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

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

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

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

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

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