Html Css Color HEX #864067 Cosmic

📋 copy color: '#864067'

red 134 ◦ green 64 ◦ blue 103

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

Shades of Cosmic #864067

Tints of Cosmic #864067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 44.52%
G = 21.26%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#864067 (or 0x864067) is known color: Cosmic. HEX triplet: 86, 40 and 67. RGB value is (134,64,103). Sum of RGB (Red+Green+Blue) = 134+64+103=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #864067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864067 is #79BF98. Grayscale: #595959. Windows color (decimal): -7978905 or 6766726. OLE color: 6766726.

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

Color convert

RGB 134 64 103 -
CMYK 0 0.52 0.23 0.47
HSL 326.57º 0.35% 0.39% -
HSV(B) 326.57º 0.52% 0.53% -
XYZ 14.11 9.71 13.96 -
YUV 89.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 134 64 103 0 0.52 0.23 0.47 326.57 0.35 0.39
Hex 86 40 67 0 34 17 2F 147 23 27
Octal 206 100 147 0 64 27 57 507 43 47
Binary 10000110 1000000 1100111 0 110100 10111 101111 101000111 100011 100111

Color Harmonies of #864067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864067

Black with #864067

Text Example


Text Example

White with #864067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864067; }

 p { color: rgb(134,64,103); }

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

background-color css

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

 a { background-color: rgb(134,64,103); }

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

border-color css

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

 span { border-color: rgb(134,64,103); }

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