#064C67

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

Shades of Blue Lagoon #064C67

Tints of Blue Lagoon #064C67

Color information

#064C67 (or 0x064C67) is unknown color: approx Blue Lagoon. HEX triplet: 06, 4C and 67. RGB value is (6,76,103). Sum of RGB (Red+Green+Blue) = 6+76+103=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #064C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C67 is #F9B398. Grayscale: #393939. Windows color (decimal): -16364441 or 6769670. OLE color: 6769670.

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

Color convert

RGB676103-
CMYK0.940.2600.60
HSL196.7º88.99%21.37%-
HSV(B)196.7º94.17%40.39%-
XYZ5.116.1913.76-
YUV58.15153.3190.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 103 (40.62% from 255) = 55.68%
R=3.24%
G=41.08%
B=55.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6761030.940.2600.60196.788.9921.37
Hex64C675E1A03Cc55915
Octal61141471363207430513125
Binary11010011001100111101111011010011110011000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,103); }

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

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

 a { background-color: rgb(6,76,103); }

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

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

 span { border-color: rgb(6,76,103); }

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