#064F69

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

Shades of Blue Lagoon #064F69

Tints of Blue Lagoon #064F69

Color information

#064F69 (or 0x064F69) is unknown color: approx Blue Lagoon. HEX triplet: 06, 4F and 69. RGB value is (6,79,105). Sum of RGB (Red+Green+Blue) = 6+79+105=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #064F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F69 is #F9B096. Grayscale: #3B3B3B. Windows color (decimal): -16363671 or 6901510. OLE color: 6901510.

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

Color convert

RGB679105-
CMYK0.940.2500.59
HSL195.76º89.19%21.76%-
HSV(B)195.76º94.29%41.18%-
XYZ5.426.6514.36-
YUV60.14153.3289.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=3.16%
G=41.58%
B=55.26%

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
Decimal6791050.940.2500.59195.7689.1921.76
Hex64F695E1903Bc45916
Octal61171511363107330413126
Binary11010011111101001101111011001011101111000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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