#065671

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

Shades of Blue Lagoon #065671

Tints of Blue Lagoon #065671

Color information

#065671 (or 0x065671) is unknown color: approx Blue Lagoon. HEX triplet: 06, 56 and 71. RGB value is (6,86,113). Sum of RGB (Red+Green+Blue) = 6+86+113=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #065671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065671 is #F9A98E. Grayscale: #404040. Windows color (decimal): -16361871 or 7427590. OLE color: 7427590.

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

Color convert

RGB686113-
CMYK0.950.2400.56
HSL195.14º89.92%23.33%-
HSV(B)195.14º94.69%44.31%-
XYZ6.387.8916.81-
YUV65.1615585.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=2.93%
G=41.95%
B=55.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6861130.950.2400.56195.1489.9223.33
Hex656715F18038c35a17
Octal61261611373007030313227
Binary11010101101110001101111111000011100011000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065671; }

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

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

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

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

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

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

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

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