#864469

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

Shades of Cosmic #864469

Tints of Cosmic #864469

Color information

#864469 (or 0x864469) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 69. RGB value is (134,68,105). Sum of RGB (Red+Green+Blue) = 134+68+105=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #864469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864469 is #79BB96. Grayscale: #5B5B5B. Windows color (decimal): -7977879 or 6898822. OLE color: 6898822.

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

Color convert

RGB13468105-
CMYK00.490.220.47
HSL326.36º32.67%39.61%-
HSV(B)326.36º49.25%52.55%-
XYZ14.4510.2214.58-
YUV91.95135.37157.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=43.65%
G=22.15%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346810500.490.220.47326.3632.6739.61
Hex864469031162F1462128
Octal20610415106126575064150
Binary1000011010001001101001011000110110101111101000110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864469; }

 p { color: rgb(134,68,105); }

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

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

 a { background-color: rgb(134,68,105); }

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

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

 span { border-color: rgb(134,68,105); }

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