Html Css Color HEX #864268 Cosmic

📋 copy color: '#864268'

red 134 ◦ green 66 ◦ blue 104

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

Shades of Cosmic #864268

Tints of Cosmic #864268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 44.08%
G = 21.71%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#864268 (or 0x864268) is known color: Cosmic. HEX triplet: 86, 42 and 68. RGB value is (134,66,104). Sum of RGB (Red+Green+Blue) = 134+66+104=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864268 is #79BD97. Grayscale: #5A5A5A. Windows color (decimal): -7978392 or 6832774. OLE color: 6832774.

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

Color convert

RGB 134 66 104 -
CMYK 0 0.51 0.22 0.47
HSL 326.47º 0.34% 0.39% -
HSV(B) 326.47º 0.51% 0.53% -
XYZ 14.28 9.96 14.27 -
YUV 90.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 134 66 104 0 0.51 0.22 0.47 326.47 0.34 0.39
Hex 86 42 68 0 33 16 2F 146 22 27
Octal 206 102 150 0 63 26 57 506 42 47
Binary 10000110 1000010 1101000 0 110011 10110 101111 101000110 100010 100111

Color Harmonies of #864268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864268

Black with #864268

Text Example


Text Example

White with #864268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864268; }

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

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

background-color css

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

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

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

border-color css

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

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

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