#064445

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

Shades of Cyprus #064445

Tints of Cyprus #064445

Color information

#064445 (or 0x064445) is unknown color: approx Cyprus. HEX triplet: 06, 44 and 45. RGB value is (6,68,69). Sum of RGB (Red+Green+Blue) = 6+68+69=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #064445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064445 is #F9BBBA. Grayscale: #313131. Windows color (decimal): -16366523 or 4539398. OLE color: 4539398.

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

Color convert

RGB66869-
CMYK0.910.0100.73
HSL180.95º84%14.71%-
HSV(B)180.95º91.3%27.06%-
XYZ3.224.66.35-
YUV49.58138.9696.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=4.20%
G=47.55%
B=48.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668690.910.0100.73180.958414.71
Hex644455B1049b554f
Octal61041051331011126512417
Binary1101000100100010110110111010010011011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064445; }

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

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

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

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

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

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

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

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