#064244

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

Shades of Cyprus #064244

Tints of Cyprus #064244

Color information

#064244 (or 0x064244) is unknown color: approx Cyprus. HEX triplet: 06, 42 and 44. RGB value is (6,66,68). Sum of RGB (Red+Green+Blue) = 6+66+68=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #064244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064244 is #F9BDBB. Grayscale: #303030. Windows color (decimal): -16367036 or 4473350. OLE color: 4473350.

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

Color convert

RGB66668-
CMYK0.910.0300.73
HSL181.94º83.78%14.51%-
HSV(B)181.94º91.18%26.67%-
XYZ3.074.356.15-
YUV48.29139.1297.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=4.29%
G=47.14%
B=48.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666680.910.0300.73181.9483.7814.51
Hex642445B3049b654f
Octal61021041333011126612417
Binary11010000101000100101101111010010011011011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064244; }

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

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

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

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

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

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

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

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