Html Css Color HEX #864460 Cosmic

📋 copy color: '#864460'

red 134 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #864460

Tints of Cosmic #864460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 44.97%
G = 22.82%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#864460 (or 0x864460) is known color: Cosmic. HEX triplet: 86, 44 and 60. RGB value is (134,68,96). Sum of RGB (Red+Green+Blue) = 134+68+96=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #864460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864460 is #79BB9F. Grayscale: #5A5A5A. Windows color (decimal): -7977888 or 6308998. OLE color: 6308998.

HSL color Cylindrical-coordinate representation of color #864460: hue angle of 334.55º 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 #864460 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 68 96 -
CMYK 0 0.49 0.28 0.47
HSL 334.55º 0.33% 0.4% -
HSV(B) 334.55º 0.49% 0.53% -
XYZ 14.01 10.05 12.27 -
YUV 90.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 134 68 96 0 0.49 0.28 0.47 334.55 0.33 0.4
Hex 86 44 60 0 31 1C 2F 14F 21 28
Octal 206 104 140 0 61 34 57 517 41 50
Binary 10000110 1000100 1100000 0 110001 11100 101111 101001111 100001 101000

Color Harmonies of #864460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864460

Black with #864460

Text Example


Text Example

White with #864460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864460; }

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

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

background-color css

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

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

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

border-color css

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

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

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