#064044

Color #064044 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #064044

Tints of Cyprus #064044

Color information

#064044 (or 0x064044) is unknown color: approx Cyprus. HEX triplet: 06, 40 and 44. RGB value is (6,64,68). Sum of RGB (Red+Green+Blue) = 6+64+68=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #064044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064044 is #F9BFBB. Grayscale: #2F2F2F. Windows color (decimal): -16367548 or 4472838. OLE color: 4472838.

HSL color Cylindrical-coordinate representation of color #064044: hue angle of 183.87º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064044 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66468-
CMYK0.910.0600.73
HSL183.87º83.78%14.51%-
HSV(B)183.87º91.18%26.67%-
XYZ2.954.126.11-
YUV47.11139.7898.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=4.35%
G=46.38%
B=49.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal664680.910.0600.73183.8783.7814.51
Hex640445B6049b854f
Octal61001041336011127012417
Binary110100000010001001011011110010010011011100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064044; }

 p { color: rgb(6,64,68); }

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

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

 a { background-color: rgb(6,64,68); }

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

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

 span { border-color: rgb(6,64,68); }

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