#066981

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

Shades of Blue Lagoon #066981

Tints of Blue Lagoon #066981

Color information

#066981 (or 0x066981) is unknown color: approx Blue Lagoon. HEX triplet: 06, 69 and 81. RGB value is (6,105,129). Sum of RGB (Red+Green+Blue) = 6+105+129=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #066981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066981 is #F9967E. Grayscale: #4D4D4D. Windows color (decimal): -16356991 or 8481030. OLE color: 8481030.

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

Color convert

RGB6105129-
CMYK0.950.1900.49
HSL191.71º91.11%26.47%-
HSV(B)191.71º95.35%50.59%-
XYZ9.0911.7322.55-
YUV78.13156.776.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=2.5%
G=43.75%
B=53.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61051290.950.1900.49191.7191.1126.47
Hex669815F13031c05b1a
Octal61512011372306130013332
Binary110110100110000001101111110011011000111000000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066981; }

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

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

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

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

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

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

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

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