#065475

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

Shades of Blue Lagoon #065475

Tints of Blue Lagoon #065475

Color information

#065475 (or 0x065475) is unknown color: approx Blue Lagoon. HEX triplet: 06, 54 and 75. RGB value is (6,84,117). Sum of RGB (Red+Green+Blue) = 6+84+117=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #065475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065475 is #F9AB8A. Grayscale: #404040. Windows color (decimal): -16362379 or 7689222. OLE color: 7689222.

HSL color Cylindrical-coordinate representation of color #065475: hue angle of 197.84º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065475 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB684117-
CMYK0.950.2800.54
HSL197.84º90.24%24.12%-
HSV(B)197.84º94.87%45.88%-
XYZ6.467.6617.97-
YUV64.44157.6686.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=2.90%
G=40.58%
B=56.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6841170.950.2800.54197.8490.2424.12
Hex654755F1C036c65a18
Octal61241651373406630613230
Binary11010101001110101101111111100011011011000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065475; }

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

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

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

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

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

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

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

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