#065470

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

Shades of Blue Lagoon #065470

Tints of Blue Lagoon #065470

Color information

#065470 (or 0x065470) is unknown color: approx Blue Lagoon. HEX triplet: 06, 54 and 70. RGB value is (6,84,112). Sum of RGB (Red+Green+Blue) = 6+84+112=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #065470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065470 is #F9AB8F. Grayscale: #3F3F3F. Windows color (decimal): -16362384 or 7361542. OLE color: 7361542.

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

Color convert

RGB684112-
CMYK0.950.2500.56
HSL195.85º89.83%23.14%-
HSV(B)195.85º94.64%43.92%-
XYZ6.177.5516.46-
YUV63.87155.1686.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=2.97%
G=41.58%
B=55.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6841120.950.2500.56195.8589.8323.14
Hex654705F19038c45a17
Octal61241601373107030413227
Binary11010101001110000101111111001011100011000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065470; }

 p { color: rgb(6,84,112); }

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

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

 a { background-color: rgb(6,84,112); }

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

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

 span { border-color: rgb(6,84,112); }

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