#064546

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

Shades of Cyprus #064546

Tints of Cyprus #064546

Color information

#064546 (or 0x064546) is unknown color: approx Cyprus. HEX triplet: 06, 45 and 46. RGB value is (6,69,70). Sum of RGB (Red+Green+Blue) = 6+69+70=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #064546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064546 is #F9BAB9. Grayscale: #323232. Windows color (decimal): -16366266 or 4605190. OLE color: 4605190.

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

Color convert

RGB66970-
CMYK0.910.0100.73
HSL180.94º84.21%14.9%-
HSV(B)180.94º91.43%27.45%-
XYZ3.314.746.53-
YUV50.28139.1396.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=4.14%
G=47.59%
B=48.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669700.910.0100.73180.9484.2114.9
Hex645465B1049b554f
Octal61051061331011126512417
Binary1101000101100011010110111010010011011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064546; }

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

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

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

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

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

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

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

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