Html Css Color HEX #6F41DE Slate Blue

📋 copy color: '#6F41DE'

red 111 ◦ green 65 ◦ blue 222

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

Shades of Slate Blue #6F41DE

Tints of Slate Blue #6F41DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 27.89%
G = 16.33%
B = 55.78%

CMYK

 C value IS 0.5

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F41DE (or 0x6F41DE) is known color: Slate Blue. HEX triplet: 6F, 41 and DE. RGB value is (111,65,222). Sum of RGB (Red+Green+Blue) = 111+65+222=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F41DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F41DE is #90BE21. Grayscale: #606060. Windows color (decimal): -9485858 or 14565743. OLE color: 14565743.

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

Color convert

RGB 111 65 222 -
CMYK 0.5 0.71 0 0.13
HSL 257.58º 0.7% 0.56% -
HSV(B) 257.58º 0.71% 0.87% -
XYZ 21.63 12.43 70.37 -
YUV 96.65 198.74 138.23 -
System Red Green Blue C M Y K H S L
Decimal 111 65 222 0.5 0.71 0 0.13 257.58 0.7 0.56
Hex 6F 41 DE 32 47 0 D 102 46 38
Octal 157 101 336 62 107 0 15 402 106 70
Binary 1101111 1000001 11011110 110010 1000111 0 1101 100000010 1000110 111000

Color Harmonies of #6F41DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41DE

Black with #6F41DE

Text Example


Text Example

White with #6F41DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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