#066681

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

Shades of Blue Lagoon #066681

Tints of Blue Lagoon #066681

Color information

#066681 (or 0x066681) is unknown color: approx Blue Lagoon. HEX triplet: 06, 66 and 81. RGB value is (6,102,129). Sum of RGB (Red+Green+Blue) = 6+102+129=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #066681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066681 is #F9997E. Grayscale: #4C4C4C. Windows color (decimal): -16357759 or 8480262. OLE color: 8480262.

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

Color convert

RGB6102129-
CMYK0.950.2100.49
HSL193.17º91.11%26.47%-
HSV(B)193.17º95.35%50.59%-
XYZ8.7911.1322.45-
YUV76.37157.777.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 129 (50.78% from 255) = 54.43%
R=2.53%
G=43.04%
B=54.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61021290.950.2100.49193.1791.1126.47
Hex666815F15031c15b1a
Octal61462011372506130113332
Binary110110011010000001101111110101011000111000001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066681; }

 p { color: rgb(6,102,129); }

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

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

 a { background-color: rgb(6,102,129); }

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

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

 span { border-color: rgb(6,102,129); }

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