#064846

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

Shades of Cyprus #064846

Tints of Cyprus #064846

Color information

#064846 (or 0x064846) is unknown color: approx Cyprus. HEX triplet: 06, 48 and 46. RGB value is (6,72,70). Sum of RGB (Red+Green+Blue) = 6+72+70=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #064846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064846 is #F9B7B9. Grayscale: #333333. Windows color (decimal): -16365498 or 4605958. OLE color: 4605958.

HSL color Cylindrical-coordinate representation of color #064846: hue angle of 178.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064846 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB67270-
CMYK0.9200.030.72
HSL178.18º84.62%15.29%-
HSV(B)178.18º91.67%28.24%-
XYZ3.55.126.6-
YUV52.04138.1395.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=4.05%
G=48.65%
B=47.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672700.9200.030.72178.1884.6215.29
Hex648465C0348b255f
Octal61101061340311026212517
Binary11010010001000110101110001110010001011001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064846; }

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

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

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

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

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

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

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

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