#064645

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

Shades of Cyprus #064645

Tints of Cyprus #064645

Color information

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

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

Color convert

RGB67069-
CMYK0.9100.010.73
HSL179.06º84.21%14.9%-
HSV(B)179.06º91.43%27.45%-
XYZ3.344.856.39-
YUV50.75138.396.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670690.9100.010.73179.0684.2114.9
Hex646455B0149b354f
Octal61061051330111126312417
Binary1101000110100010110110110110010011011001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064645; }

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

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

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

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

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

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

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

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