#064E68

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

Shades of Blue Lagoon #064E68

Tints of Blue Lagoon #064E68

Color information

#064E68 (or 0x064E68) is unknown color: approx Blue Lagoon. HEX triplet: 06, 4E and 68. RGB value is (6,78,104). Sum of RGB (Red+Green+Blue) = 6+78+104=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #064E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E68 is #F9B197. Grayscale: #3B3B3B. Windows color (decimal): -16363928 or 6835718. OLE color: 6835718.

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

Color convert

RGB678104-
CMYK0.940.2500.59
HSL195.92º89.09%21.57%-
HSV(B)195.92º94.23%40.78%-
XYZ5.36.4914.07-
YUV59.44153.1589.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=3.19%
G=41.49%
B=55.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6781040.940.2500.59195.9289.0921.57
Hex64E685E1903Bc45916
Octal61161501363107330413126
Binary11010011101101000101111011001011101111000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,104); }

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

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

 a { background-color: rgb(6,78,104); }

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

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

 span { border-color: rgb(6,78,104); }

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