#066080

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

Shades of Blue Lagoon #066080

Tints of Blue Lagoon #066080

Color information

#066080 (or 0x066080) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 80. RGB value is (6,96,128). Sum of RGB (Red+Green+Blue) = 6+96+128=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #066080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066080 is #F99F7F. Grayscale: #484848. Windows color (decimal): -16359296 or 8413190. OLE color: 8413190.

HSL color Cylindrical-coordinate representation of color #066080: hue angle of 195.74º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066080 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB696128-
CMYK0.950.2500.50
HSL195.74º91.04%26.27%-
HSV(B)195.74º95.31%50.2%-
XYZ8.159.9621.92-
YUV72.74159.1880.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=2.61%
G=41.74%
B=55.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6961280.950.2500.50195.7491.0426.27
Hex660805F19032c45b1a
Octal61402001373106230413332
Binary110110000010000000101111111001011001011000100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066080; }

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

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

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

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

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

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

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

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