#065966

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

Shades of Blue Lagoon #065966

Tints of Blue Lagoon #065966

Color information

#065966 (or 0x065966) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 66. RGB value is (6,89,102). Sum of RGB (Red+Green+Blue) = 6+89+102=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #065966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065966 is #F9A699. Grayscale: #414141. Windows color (decimal): -16361114 or 6707462. OLE color: 6707462.

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

Color convert

RGB689102-
CMYK0.940.1300.6
HSL188.12º88.89%21.18%-
HSV(B)188.12º94.12%40%-
XYZ6.058.1413.82-
YUV65.66148.585.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=3.05%
G=45.18%
B=51.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6891020.940.1300.6188.1288.8921.18
Hex659665ED03Cbc5915
Octal61311461361507427413125
Binary1101011001110011010111101101011110010111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065966; }

 p { color: rgb(6,89,102); }

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

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

 a { background-color: rgb(6,89,102); }

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

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

 span { border-color: rgb(6,89,102); }

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