Html Css Color HEX #864465 Cosmic

📋 copy color: '#864465'

red 134 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #864465

Tints of Cosmic #864465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 44.22%
G = 22.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#864465 (or 0x864465) is known color: Cosmic. HEX triplet: 86, 44 and 65. RGB value is (134,68,101). Sum of RGB (Red+Green+Blue) = 134+68+101=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864465 is #79BB9A. Grayscale: #5B5B5B. Windows color (decimal): -7977883 or 6636678. OLE color: 6636678.

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

Color convert

RGB 134 68 101 -
CMYK 0 0.49 0.25 0.47
HSL 330º 0.33% 0.4% -
HSV(B) 330º 0.49% 0.53% -
XYZ 14.25 10.14 13.52 -
YUV 91.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 134 68 101 0 0.49 0.25 0.47 330 0.33 0.4
Hex 86 44 65 0 31 19 2F 14A 21 28
Octal 206 104 145 0 61 31 57 512 41 50
Binary 10000110 1000100 1100101 0 110001 11001 101111 101001010 100001 101000

Color Harmonies of #864465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864465

Black with #864465

Text Example


Text Example

White with #864465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864465; }

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

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

background-color css

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

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

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

border-color css

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

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

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