#065A6C

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

Shades of Blue Lagoon #065A6C

Tints of Blue Lagoon #065A6C

Color information

#065A6C (or 0x065A6C) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 6C. RGB value is (6,90,108). Sum of RGB (Red+Green+Blue) = 6+90+108=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #065A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A6C is #F9A593. Grayscale: #424242. Windows color (decimal): -16360852 or 7100934. OLE color: 7100934.

HSL color Cylindrical-coordinate representation of color #065A6C: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065A6C is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB690108-
CMYK0.940.1700.58
HSL190.59º89.47%22.35%-
HSV(B)190.59º94.44%42.35%-
XYZ6.448.4315.48-
YUV66.94151.1784.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=2.94%
G=44.12%
B=52.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6901080.940.1700.58190.5989.4722.35
Hex65A6C5E1103Abf5916
Octal61321541362107227713126
Binary11010110101101100101111010001011101010111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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