#065363

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

Shades of Blue Lagoon #065363

Tints of Blue Lagoon #065363

Color information

#065363 (or 0x065363) is unknown color: approx Blue Lagoon. HEX triplet: 06, 53 and 63. RGB value is (6,83,99). Sum of RGB (Red+Green+Blue) = 6+83+99=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #065363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065363 is #F9AC9C. Grayscale: #3D3D3D. Windows color (decimal): -16362653 or 6509318. OLE color: 6509318.

HSL color Cylindrical-coordinate representation of color #065363: hue angle of 190.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065363 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB68399-
CMYK0.940.1600.61
HSL190.32º88.57%20.59%-
HSV(B)190.32º93.94%38.82%-
XYZ5.427.1312.89-
YUV61.8148.9988.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=3.19%
G=44.15%
B=52.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal683990.940.1600.61190.3288.5720.59
Hex653635E1003Dbe5915
Octal61231431362007527613125
Binary11010100111100011101111010000011110110111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065363; }

 p { color: rgb(6,83,99); }

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

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

 a { background-color: rgb(6,83,99); }

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

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

 span { border-color: rgb(6,83,99); }

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