#064446

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

Shades of Cyprus #064446

Tints of Cyprus #064446

Color information

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

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

Color convert

RGB66870-
CMYK0.910.0300.73
HSL181.88º84.21%14.9%-
HSV(B)181.88º91.43%27.45%-
XYZ3.254.626.51-
YUV49.69139.4696.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668700.910.0300.73181.8884.2114.9
Hex644465B3049b654f
Octal61041061333011126612417
Binary11010001001000110101101111010010011011011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064446; }

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

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

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

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

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

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

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

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