#066971

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

Shades of Blue Lagoon #066971

Tints of Blue Lagoon #066971

Color information

#066971 (or 0x066971) is unknown color: approx Blue Lagoon. HEX triplet: 06, 69 and 71. RGB value is (6,105,113). Sum of RGB (Red+Green+Blue) = 6+105+113=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #066971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066971 is #F9968E. Grayscale: #4C4C4C. Windows color (decimal): -16357007 or 7432454. OLE color: 7432454.

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

Color convert

RGB6105113-
CMYK0.950.0700.56
HSL184.49º89.92%23.33%-
HSV(B)184.49º94.69%44.31%-
XYZ8.1111.3317.38-
YUV76.31148.777.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=2.68%
G=46.88%
B=50.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61051130.950.0700.56184.4989.9223.33
Hex669715F7038b85a17
Octal6151161137707027013227
Binary110110100111100011011111111011100010111000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066971; }

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

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

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

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

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

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

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

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