#065A63

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

Shades of Blue Lagoon #065A63

Tints of Blue Lagoon #065A63

Color information

#065A63 (or 0x065A63) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 63. RGB value is (6,90,99). Sum of RGB (Red+Green+Blue) = 6+90+99=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #065A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A63 is #F9A59C. Grayscale: #414141. Windows color (decimal): -16360861 or 6511110. OLE color: 6511110.

HSL color Cylindrical-coordinate representation of color #065A63: hue angle of 185.81º 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 #065A63 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB69099-
CMYK0.940.0900.61
HSL185.81º88.57%20.59%-
HSV(B)185.81º93.94%38.82%-
XYZ5.988.2513.08-
YUV65.91146.6785.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=3.08%
G=46.15%
B=50.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal690990.940.0900.61185.8188.5720.59
Hex65A635E903Dba5915
Octal61321431361107527213125
Binary1101011010110001110111101001011110110111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A63; }

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

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

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

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

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

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

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

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