#064640

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

Shades of Cyprus #064640

Tints of Cyprus #064640

Color information

#064640 (or 0x064640) is unknown color: approx Cyprus. HEX triplet: 06, 46 and 40. RGB value is (6,70,64). Sum of RGB (Red+Green+Blue) = 6+70+64=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #064640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064640 is #F9B9BF. Grayscale: #323232. Windows color (decimal): -16366016 or 4212230. OLE color: 4212230.

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

Color convert

RGB67064-
CMYK0.9100.090.73
HSL174.38º84.21%14.9%-
HSV(B)174.38º91.43%27.45%-
XYZ3.194.795.61-
YUV50.18135.896.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=4.29%
G=50%
B=45.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670640.9100.090.73174.3884.2114.9
Hex646405B0949ae54f
Octal610610013301111125612417
Binary1101000110100000010110110100110010011010111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064640; }

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

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

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

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

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

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

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

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