#065069

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

Shades of Blue Lagoon #065069

Tints of Blue Lagoon #065069

Color information

#065069 (or 0x065069) is unknown color: approx Blue Lagoon. HEX triplet: 06, 50 and 69. RGB value is (6,80,105). Sum of RGB (Red+Green+Blue) = 6+80+105=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #065069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065069 is #F9AF96. Grayscale: #3C3C3C. Windows color (decimal): -16363415 or 6901766. OLE color: 6901766.

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

Color convert

RGB680105-
CMYK0.940.2400.59
HSL195.15º89.19%21.76%-
HSV(B)195.15º94.29%41.18%-
XYZ5.496.814.39-
YUV60.72152.9888.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=3.14%
G=41.88%
B=54.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6801050.940.2400.59195.1589.1921.76
Hex650695E1803Bc35916
Octal61201511363007330313126
Binary11010100001101001101111011000011101111000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065069; }

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

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

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

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

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

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

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

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