Html Css Color HEX #864868 Cosmic

📋 copy color: '#864868'

red 134 ◦ green 72 ◦ blue 104

#864868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #864868

Tints of Cosmic #864868

RGB

 RED value IS 134 (52.73% from 255) = 43.23%

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 43.23%
G = 23.23%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#864868 (or 0x864868) is known color: Cosmic. HEX triplet: 86, 48 and 68. RGB value is (134,72,104). Sum of RGB (Red+Green+Blue) = 134+72+104=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #864868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864868 is #79B797. Grayscale: #5E5E5E. Windows color (decimal): -7976856 or 6834310. OLE color: 6834310.

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

Color convert

RGB 134 72 104 -
CMYK 0 0.46 0.22 0.47
HSL 329.03º 0.3% 0.4% -
HSV(B) 329.03º 0.46% 0.53% -
XYZ 14.65 10.7 14.39 -
YUV 94.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 134 72 104 0 0.46 0.22 0.47 329.03 0.3 0.4
Hex 86 48 68 0 2E 16 2F 149 1E 28
Octal 206 110 150 0 56 26 57 511 36 50
Binary 10000110 1001000 1101000 0 101110 10110 101111 101001001 11110 101000

Color Harmonies of #864868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864868

Black with #864868

Text Example


Text Example

White with #864868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864868; }

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

 H1.HeaderClassName
 {
   color: #864868;
 }
 .AnyTagClassName
 {
   color: #864868;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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