#065469

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

Shades of Blue Lagoon #065469

Tints of Blue Lagoon #065469

Color information

#065469 (or 0x065469) is unknown color: approx Blue Lagoon. HEX triplet: 06, 54 and 69. RGB value is (6,84,105). Sum of RGB (Red+Green+Blue) = 6+84+105=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #065469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065469 is #F9AB96. Grayscale: #3E3E3E. Windows color (decimal): -16362391 or 6902790. OLE color: 6902790.

HSL color Cylindrical-coordinate representation of color #065469: hue angle of 192.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065469 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB684105-
CMYK0.940.2000.59
HSL192.73º89.19%21.76%-
HSV(B)192.73º94.29%41.18%-
XYZ5.87.414.49-
YUV63.07151.6687.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=3.08%
G=43.08%
B=53.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6841050.940.2000.59192.7389.1921.76
Hex654695E1403Bc15916
Octal61241511362407330113126
Binary11010101001101001101111010100011101111000001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065469; }

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

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

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

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

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

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

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

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