Html Css Color HEX #6C41DD Slate Blue

📋 copy color: '#6C41DD'

red 108 ◦ green 65 ◦ blue 221

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

Shades of Slate Blue #6C41DD

Tints of Slate Blue #6C41DD

RGB

 RED value IS 108 (42.58% from 255) = 27.41%

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

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

R = 27.41%
G = 16.5%
B = 56.09%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C41DD (or 0x6C41DD) is known color: Slate Blue. HEX triplet: 6C, 41 and DD. RGB value is (108,65,221). Sum of RGB (Red+Green+Blue) = 108+65+221=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C41DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C41DD is #93BE22. Grayscale: #5F5F5F. Windows color (decimal): -9682467 or 14500204. OLE color: 14500204.

HSL color Cylindrical-coordinate representation of color #6C41DD: hue angle of 256.54º 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 #6C41DD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 65 221 -
CMYK 0.51 0.71 0 0.13
HSL 256.54º 0.7% 0.56% -
HSV(B) 256.54º 0.71% 0.87% -
XYZ 21.13 12.19 69.65 -
YUV 95.64 198.75 136.82 -
System Red Green Blue C M Y K H S L
Decimal 108 65 221 0.51 0.71 0 0.13 256.54 0.7 0.56
Hex 6C 41 DD 33 47 0 D 101 46 38
Octal 154 101 335 63 107 0 15 401 106 70
Binary 1101100 1000001 11011101 110011 1000111 0 1101 100000001 1000110 111000

Color Harmonies of #6C41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C41DD

Black with #6C41DD

Text Example


Text Example

White with #6C41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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