#064845

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

Shades of Cyprus #064845

Tints of Cyprus #064845

Color information

#064845 (or 0x064845) is unknown color: approx Cyprus. HEX triplet: 06, 48 and 45. RGB value is (6,72,69). Sum of RGB (Red+Green+Blue) = 6+72+69=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #064845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064845 is #F9B7BA. Grayscale: #333333. Windows color (decimal): -16365499 or 4540422. OLE color: 4540422.

HSL color Cylindrical-coordinate representation of color #064845: hue angle of 177.27º 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 #064845 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB67269-
CMYK0.9200.040.72
HSL177.27º84.62%15.29%-
HSV(B)177.27º91.67%28.24%-
XYZ3.475.16.43-
YUV51.92137.6395.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=4.08%
G=48.98%
B=46.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672690.9200.040.72177.2784.6215.29
Hex648455C0448b155f
Octal61101051340411026112517
Binary110100100010001011011100010010010001011000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064845; }

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

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

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

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

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

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

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

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