Html Css Color HEX #6F41DD Slate Blue

📋 copy color: '#6F41DD'

red 111 ◦ green 65 ◦ blue 221

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

Shades of Slate Blue #6F41DD

Tints of Slate Blue #6F41DD

RGB

 RED value IS 111 (43.75% from 255) = 27.96%

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

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

R = 27.96%
G = 16.37%
B = 55.67%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F41DD (or 0x6F41DD) is known color: Slate Blue. HEX triplet: 6F, 41 and DD. RGB value is (111,65,221). Sum of RGB (Red+Green+Blue) = 111+65+221=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F41DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F41DD is #90BE22. Grayscale: #5F5F5F. Windows color (decimal): -9485859 or 14500207. OLE color: 14500207.

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

Color convert

RGB 111 65 221 -
CMYK 0.50 0.71 0 0.13
HSL 257.69º 0.7% 0.56% -
HSV(B) 257.69º 0.71% 0.87% -
XYZ 21.5 12.38 69.66 -
YUV 96.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 111 65 221 0.50 0.71 0 0.13 257.69 0.7 0.56
Hex 6F 41 DD 32 47 0 D 102 46 38
Octal 157 101 335 62 107 0 15 402 106 70
Binary 1101111 1000001 11011101 110010 1000111 0 1101 100000010 1000110 111000

Color Harmonies of #6F41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41DD

Black with #6F41DD

Text Example


Text Example

White with #6F41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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