#066879

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

Shades of Blue Lagoon #066879

Tints of Blue Lagoon #066879

Color information

#066879 (or 0x066879) is unknown color: approx Blue Lagoon. HEX triplet: 06, 68 and 79. RGB value is (6,104,121). Sum of RGB (Red+Green+Blue) = 6+104+121=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #066879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066879 is #F99786. Grayscale: #4C4C4C. Windows color (decimal): -16357255 or 7956486. OLE color: 7956486.

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

Color convert

RGB6104121-
CMYK0.950.1400.53
HSL188.87º90.55%24.9%-
HSV(B)188.87º95.04%47.45%-
XYZ8.4811.3219.83-
YUV76.64153.0377.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=2.60%
G=45.02%
B=52.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61041210.950.1400.53188.8790.5524.9
Hex668795FE035bd5b19
Octal61501711371606527513331
Binary1101101000111100110111111110011010110111101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066879; }

 p { color: rgb(6,104,121); }

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

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

 a { background-color: rgb(6,104,121); }

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

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

 span { border-color: rgb(6,104,121); }

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