#064045

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

Shades of Cyprus #064045

Tints of Cyprus #064045

Color information

#064045 (or 0x064045) is unknown color: approx Cyprus. HEX triplet: 06, 40 and 45. RGB value is (6,64,69). Sum of RGB (Red+Green+Blue) = 6+64+69=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #064045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064045 is #F9BFBA. Grayscale: #2F2F2F. Windows color (decimal): -16367547 or 4538374. OLE color: 4538374.

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

Color convert

RGB66469-
CMYK0.910.0700.73
HSL184.76º84%14.71%-
HSV(B)184.76º91.3%27.06%-
XYZ2.984.146.27-
YUV47.23140.2898.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=4.32%
G=46.04%
B=49.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal664690.910.0700.73184.768414.71
Hex640455B7049b954f
Octal61001051337011127112417
Binary110100000010001011011011111010010011011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064045; }

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

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

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

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

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

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

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

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