#064646

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

Shades of Cyprus #064646

Tints of Cyprus #064646

Color information

#064646 (or 0x064646) is unknown color: approx Cyprus. HEX triplet: 06, 46 and 46. RGB value is (6,70,70). Sum of RGB (Red+Green+Blue) = 6+70+70=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #064646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064646 is #F9B9B9. Grayscale: #323232. Windows color (decimal): -16366010 or 4605446. OLE color: 4605446.

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

Color convert

RGB67070-
CMYK0.91000.73
HSL180º84.21%14.9%-
HSV(B)180º91.43%27.45%-
XYZ3.374.866.56-
YUV50.86138.896-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=4.11%
G=47.95%
B=47.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670700.91000.7318084.2114.9
Hex646465B0049b454f
Octal61061061330011126412417
Binary1101000110100011010110110010010011011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064646; }

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

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

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

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

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

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

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

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