Html Css Color HEX #6841DF Slate Blue

📋 copy color: '#6841DF'

red 104 ◦ green 65 ◦ blue 223

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

Shades of Slate Blue #6841DF

Tints of Slate Blue #6841DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 26.53%
G = 16.58%
B = 56.89%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6841DF (or 0x6841DF) is known color: Slate Blue. HEX triplet: 68, 41 and DF. RGB value is (104,65,223). Sum of RGB (Red+Green+Blue) = 104+65+223=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #6841DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841DF is #97BE20. Grayscale: #5E5E5E. Windows color (decimal): -9944609 or 14631272. OLE color: 14631272.

HSL color Cylindrical-coordinate representation of color #6841DF: hue angle of 254.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6841DF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 65 223 -
CMYK 0.53 0.71 0 0.13
HSL 254.81º 0.71% 0.56% -
HSV(B) 254.81º 0.71% 0.87% -
XYZ 20.92 12.05 71.04 -
YUV 94.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 104 65 223 0.53 0.71 0 0.13 254.81 0.71 0.56
Hex 68 41 DF 35 47 0 D FF 47 38
Octal 150 101 337 65 107 0 15 377 107 70
Binary 1101000 1000001 11011111 110101 1000111 0 1101 11111111 1000111 111000

Color Harmonies of #6841DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841DF

Black with #6841DF

Text Example


Text Example

White with #6841DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6841DF; }

 p { color: rgb(104,65,223); }

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

background-color css

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

 a { background-color: rgb(104,65,223); }

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

border-color css

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

 span { border-color: rgb(104,65,223); }

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