#066871

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

Shades of Blue Lagoon #066871

Tints of Blue Lagoon #066871

Color information

#066871 (or 0x066871) is unknown color: approx Blue Lagoon. HEX triplet: 06, 68 and 71. RGB value is (6,104,113). Sum of RGB (Red+Green+Blue) = 6+104+113=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #066871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066871 is #F9978E. Grayscale: #4B4B4B. Windows color (decimal): -16357263 or 7432198. OLE color: 7432198.

HSL color Cylindrical-coordinate representation of color #066871: hue angle of 185.05º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066871 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6104113-
CMYK0.950.0800.56
HSL185.05º89.92%23.33%-
HSV(B)185.05º94.69%44.31%-
XYZ8.0111.1317.35-
YUV75.72149.0378.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=2.69%
G=46.64%
B=50.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61041130.950.0800.56185.0589.9223.33
Hex668715F8038b95a17
Octal61501611371007027113227
Binary1101101000111000110111111000011100010111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066871; }

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

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

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

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

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

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

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

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