#065A69

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

Shades of Blue Lagoon #065A69

Tints of Blue Lagoon #065A69

Color information

#065A69 (or 0x065A69) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 69. RGB value is (6,90,105). Sum of RGB (Red+Green+Blue) = 6+90+105=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #065A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A69 is #F9A596. Grayscale: #424242. Windows color (decimal): -16360855 or 6904326. OLE color: 6904326.

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

Color convert

RGB690105-
CMYK0.940.1400.59
HSL189.09º89.19%21.76%-
HSV(B)189.09º94.29%41.18%-
XYZ6.288.3714.65-
YUV66.59149.6784.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=2.99%
G=44.78%
B=52.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6901050.940.1400.59189.0989.1921.76
Hex65A695EE03Bbd5916
Octal61321511361607327513126
Binary1101011010110100110111101110011101110111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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