#864068

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

Shades of Cosmic #864068

Tints of Cosmic #864068

Color information

#864068 (or 0x864068) is unknown color: approx Cosmic. HEX triplet: 86, 40 and 68. RGB value is (134,64,104). Sum of RGB (Red+Green+Blue) = 134+64+104=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #864068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864068 is #79BF97. Grayscale: #595959. Windows color (decimal): -7978904 or 6832262. OLE color: 6832262.

HSL color Cylindrical-coordinate representation of color #864068: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864068 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13464104-
CMYK00.520.220.47
HSL325.71º35.35%38.82%-
HSV(B)325.71º52.24%52.55%-
XYZ14.169.7314.23-
YUV89.49136.19159.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=44.37%
G=21.19%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346410400.520.220.47325.7135.3538.82
Hex864068034162F1462327
Octal20610015006426575064347
Binary1000011010000001101000011010010110101111101000110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864068; }

 p { color: rgb(134,64,104); }

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

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

 a { background-color: rgb(134,64,104); }

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

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

 span { border-color: rgb(134,64,104); }

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