#065568

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

Shades of Blue Lagoon #065568

Tints of Blue Lagoon #065568

Color information

#065568 (or 0x065568) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 68. RGB value is (6,85,104). Sum of RGB (Red+Green+Blue) = 6+85+104=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #065568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065568 is #F9AA97. Grayscale: #3F3F3F. Windows color (decimal): -16362136 or 6837510. OLE color: 6837510.

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

Color convert

RGB685104-
CMYK0.940.1800.59
HSL191.63º89.09%21.57%-
HSV(B)191.63º94.23%40.78%-
XYZ5.827.5414.24-
YUV63.54150.8386.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=3.08%
G=43.59%
B=53.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6851040.940.1800.59191.6389.0921.57
Hex655685E1203Bc05916
Octal61251501362207330013126
Binary11010101011101000101111010010011101111000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065568; }

 p { color: rgb(6,85,104); }

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

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

 a { background-color: rgb(6,85,104); }

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

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

 span { border-color: rgb(6,85,104); }

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