Html Css Color HEX #6854D5 Slate Blue

📋 copy color: '#6854D5'

red 104 ◦ green 84 ◦ blue 213

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

Shades of Slate Blue #6854D5

Tints of Slate Blue #6854D5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 25.94%
G = 20.95%
B = 53.12%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6854D5 (or 0x6854D5) is known color: Slate Blue. HEX triplet: 68, 54 and D5. RGB value is (104,84,213). Sum of RGB (Red+Green+Blue) = 104+84+213=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #6854D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854D5 is #97AB2A. Grayscale: #686868. Windows color (decimal): -9939755 or 13980776. OLE color: 13980776.

HSL color Cylindrical-coordinate representation of color #6854D5: hue angle of 249.3º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6854D5 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 84 213 -
CMYK 0.51 0.61 0 0.16
HSL 249.3º 0.61% 0.58% -
HSV(B) 249.3º 0.61% 0.84% -
XYZ 20.89 14.09 64.57 -
YUV 104.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 104 84 213 0.51 0.61 0 0.16 249.3 0.61 0.58
Hex 68 54 D5 33 3D 0 10 F9 3D 3A
Octal 150 124 325 63 75 0 20 371 75 72
Binary 1101000 1010100 11010101 110011 111101 0 10000 11111001 111101 111010

Color Harmonies of #6854D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854D5

Black with #6854D5

Text Example


Text Example

White with #6854D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6854D5; }

 p { color: rgb(104,84,213); }

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

background-color css

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

 a { background-color: rgb(104,84,213); }

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

border-color css

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

 span { border-color: rgb(104,84,213); }

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