Html Css Color HEX #6847DE Slate Blue

📋 copy color: '#6847DE'

red 104 ◦ green 71 ◦ blue 222

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

Shades of Slate Blue #6847DE

Tints of Slate Blue #6847DE

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

 GREEN value IS 71 (28.13% from 255) = 17.88%

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 26.2%
G = 17.88%
B = 55.92%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6847DE (or 0x6847DE) is known color: Slate Blue. HEX triplet: 68, 47 and DE. RGB value is (104,71,222). Sum of RGB (Red+Green+Blue) = 104+71+222=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #6847DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6847DE is #97B821. Grayscale: #616161. Windows color (decimal): -9943074 or 14567272. OLE color: 14567272.

HSL color Cylindrical-coordinate representation of color #6847DE: hue angle of 253.11º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6847DE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 71 222 -
CMYK 0.53 0.68 0 0.13
HSL 253.11º 0.7% 0.57% -
HSV(B) 253.11º 0.68% 0.87% -
XYZ 21.15 12.72 70.45 -
YUV 98.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 104 71 222 0.53 0.68 0 0.13 253.11 0.7 0.57
Hex 68 47 DE 35 44 0 D FD 46 39
Octal 150 107 336 65 104 0 15 375 106 71
Binary 1101000 1000111 11011110 110101 1000100 0 1101 11111101 1000110 111001

Color Harmonies of #6847DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6847DE

Black with #6847DE

Text Example


Text Example

White with #6847DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6847DE; }

 p { color: rgb(104,71,222); }

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

background-color css

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

 a { background-color: rgb(104,71,222); }

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

border-color css

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

 span { border-color: rgb(104,71,222); }

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