#064444

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

Shades of Cyprus #064444

Tints of Cyprus #064444

Color information

#064444 (or 0x064444) is unknown color: approx Cyprus. HEX triplet: 06, 44 and 44. RGB value is (6,68,68). Sum of RGB (Red+Green+Blue) = 6+68+68=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #064444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064444 is #F9BBBB. Grayscale: #313131. Windows color (decimal): -16366524 or 4473862. OLE color: 4473862.

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

Color convert

RGB66868-
CMYK0.91000.73
HSL180º83.78%14.51%-
HSV(B)180º91.18%26.67%-
XYZ3.194.596.19-
YUV49.46138.4697-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=4.23%
G=47.89%
B=47.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668680.91000.7318083.7814.51
Hex644445B0049b454f
Octal61041041330011126412417
Binary1101000100100010010110110010010011011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064444; }

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

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

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

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

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

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

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

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