#064144

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

Shades of Cyprus #064144

Tints of Cyprus #064144

Color information

#064144 (or 0x064144) is unknown color: approx Cyprus. HEX triplet: 06, 41 and 44. RGB value is (6,65,68). Sum of RGB (Red+Green+Blue) = 6+65+68=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #064144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064144 is #F9BEBB. Grayscale: #2F2F2F. Windows color (decimal): -16367292 or 4473094. OLE color: 4473094.

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

Color convert

RGB66568-
CMYK0.910.0400.73
HSL182.9º83.78%14.51%-
HSV(B)182.9º91.18%26.67%-
XYZ3.014.246.13-
YUV47.7139.4598.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=4.32%
G=46.76%
B=48.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal665680.910.0400.73182.983.7814.51
Hex641445B4049b754f
Octal61011041334011126712417
Binary110100000110001001011011100010010011011011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064144; }

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

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

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

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

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

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

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

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