#064B67

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

Shades of Blue Lagoon #064B67

Tints of Blue Lagoon #064B67

Color information

#064B67 (or 0x064B67) is unknown color: approx Blue Lagoon. HEX triplet: 06, 4B and 67. RGB value is (6,75,103). Sum of RGB (Red+Green+Blue) = 6+75+103=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #064B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B67 is #F9B498. Grayscale: #393939. Windows color (decimal): -16364697 or 6769414. OLE color: 6769414.

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

Color convert

RGB675103-
CMYK0.940.2700.60
HSL197.32º88.99%21.37%-
HSV(B)197.32º94.17%40.39%-
XYZ5.046.0513.73-
YUV57.56153.6491.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 103 (40.62% from 255) = 55.98%
R=3.26%
G=40.76%
B=55.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6751030.940.2700.60197.3288.9921.37
Hex64B675E1B03Cc55915
Octal61131471363307430513125
Binary11010010111100111101111011011011110011000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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