Html Css Color HEX #6841DD Slate Blue

📋 copy color: '#6841DD'

red 104 ◦ green 65 ◦ blue 221

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

Shades of Slate Blue #6841DD

Tints of Slate Blue #6841DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 26.67%
G = 16.67%
B = 56.67%

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

#6841DD (or 0x6841DD) is known color: Slate Blue. HEX triplet: 68, 41 and DD. RGB value is (104,65,221). Sum of RGB (Red+Green+Blue) = 104+65+221=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #6841DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841DD is #97BE22. Grayscale: #5D5D5D. Windows color (decimal): -9944611 or 14500200. OLE color: 14500200.

HSL color Cylindrical-coordinate representation of color #6841DD: hue angle of 255º degrees, saturation: 0.7, 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 #6841DD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 65 221 -
CMYK 0.53 0.71 0 0.13
HSL 255º 0.7% 0.56% -
HSV(B) 255º 0.71% 0.87% -
XYZ 20.65 11.94 69.62 -
YUV 94.45 199.42 134.82 -
System Red Green Blue C M Y K H S L
Decimal 104 65 221 0.53 0.71 0 0.13 255 0.7 0.56
Hex 68 41 DD 35 47 0 D FF 46 38
Octal 150 101 335 65 107 0 15 377 106 70
Binary 1101000 1000001 11011101 110101 1000111 0 1101 11111111 1000110 111000

Color Harmonies of #6841DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841DD

Black with #6841DD

Text Example


Text Example

White with #6841DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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