#064D69

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

Shades of Blue Lagoon #064D69

Tints of Blue Lagoon #064D69

Color information

#064D69 (or 0x064D69) is unknown color: approx Blue Lagoon. HEX triplet: 06, 4D and 69. RGB value is (6,77,105). Sum of RGB (Red+Green+Blue) = 6+77+105=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #064D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D69 is #F9B296. Grayscale: #3A3A3A. Windows color (decimal): -16364183 or 6900998. OLE color: 6900998.

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

Color convert

RGB677105-
CMYK0.940.2700.59
HSL196.97º89.19%21.76%-
HSV(B)196.97º94.29%41.18%-
XYZ5.286.3714.32-
YUV58.96153.9890.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=3.19%
G=40.96%
B=55.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6771050.940.2700.59196.9789.1921.76
Hex64D695E1B03Bc55916
Octal61151511363307330513126
Binary11010011011101001101111011011011101111000101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D69; }

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

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

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

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

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

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

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

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