#065A6B

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

Shades of Blue Lagoon #065A6B

Tints of Blue Lagoon #065A6B

Color information

#065A6B (or 0x065A6B) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 6B. RGB value is (6,90,107). Sum of RGB (Red+Green+Blue) = 6+90+107=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #065A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A6B is #F9A594. Grayscale: #424242. Windows color (decimal): -16360853 or 7035398. OLE color: 7035398.

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

Color convert

RGB690107-
CMYK0.940.1600.58
HSL190.1º89.38%22.16%-
HSV(B)190.1º94.39%41.96%-
XYZ6.398.4115.2-
YUV66.82150.6784.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=2.96%
G=44.33%
B=52.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6901070.940.1600.58190.189.3822.16
Hex65A6B5E1003Abe5916
Octal61321531362007227613126
Binary11010110101101011101111010000011101010111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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