#064F6D

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

Shades of Blue Lagoon #064F6D

Tints of Blue Lagoon #064F6D

Color information

#064F6D (or 0x064F6D) is unknown color: approx Blue Lagoon. HEX triplet: 06, 4F and 6D. RGB value is (6,79,109). Sum of RGB (Red+Green+Blue) = 6+79+109=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #064F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F6D is #F9B092. Grayscale: #3C3C3C. Windows color (decimal): -16363667 or 7163654. OLE color: 7163654.

HSL color Cylindrical-coordinate representation of color #064F6D: hue angle of 197.48º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064F6D is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB679109-
CMYK0.940.2800.57
HSL197.48º89.57%22.55%-
HSV(B)197.48º94.5%42.75%-
XYZ5.636.7315.47-
YUV60.59155.3289.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=3.09%
G=40.72%
B=56.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6791090.940.2800.57197.4889.5722.55
Hex64F6D5E1C039c55a17
Octal61171551363407130513227
Binary11010011111101101101111011100011100111000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,79,109); }

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

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

 a { background-color: rgb(6,79,109); }

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

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

 span { border-color: rgb(6,79,109); }

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