#064246

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

Shades of Cyprus #064246

Tints of Cyprus #064246

Color information

#064246 (or 0x064246) is unknown color: approx Cyprus. HEX triplet: 06, 42 and 46. RGB value is (6,66,70). Sum of RGB (Red+Green+Blue) = 6+66+70=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #064246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064246 is #F9BDB9. Grayscale: #303030. Windows color (decimal): -16367034 or 4604422. OLE color: 4604422.

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

Color convert

RGB66670-
CMYK0.910.0600.73
HSL183.75º84.21%14.9%-
HSV(B)183.75º91.43%27.45%-
XYZ3.134.386.47-
YUV48.52140.1297.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=4.23%
G=46.48%
B=49.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666700.910.0600.73183.7584.2114.9
Hex642465B6049b854f
Octal61021061336011127012417
Binary110100001010001101011011110010010011011100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064246; }

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

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

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

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

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

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

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

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