#064644

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

Shades of Cyprus #064644

Tints of Cyprus #064644

Color information

#064644 (or 0x064644) is unknown color: approx Cyprus. HEX triplet: 06, 46 and 44. RGB value is (6,70,68). Sum of RGB (Red+Green+Blue) = 6+70+68=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #064644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064644 is #F9B9BB. Grayscale: #323232. Windows color (decimal): -16366012 or 4474374. OLE color: 4474374.

HSL color Cylindrical-coordinate representation of color #064644: hue angle of 178.12º 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 #064644 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB67068-
CMYK0.9100.030.73
HSL178.12º84.21%14.9%-
HSV(B)178.12º91.43%27.45%-
XYZ3.314.846.23-
YUV50.64137.896.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 70 (27.73% from 255) = 48.61%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=4.17%
G=48.61%
B=47.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670680.9100.030.73178.1284.2114.9
Hex646445B0349b254f
Octal61061041330311126212417
Binary11010001101000100101101101110010011011001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064644; }

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

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

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

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

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

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

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

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