Html Css Color HEX #6F41EB Slate Blue

📋 copy color: '#6F41EB'

red 111 ◦ green 65 ◦ blue 235

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

Shades of Slate Blue #6F41EB

Tints of Slate Blue #6F41EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 27.01%
G = 15.82%
B = 57.18%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F41EB (or 0x6F41EB) is known color: Slate Blue. HEX triplet: 6F, 41 and EB. RGB value is (111,65,235). Sum of RGB (Red+Green+Blue) = 111+65+235=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F41EB is #90BE14. Grayscale: #616161. Windows color (decimal): -9485845 or 15417711. OLE color: 15417711.

HSL color Cylindrical-coordinate representation of color #6F41EB: hue angle of 256.24º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F41EB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 65 235 -
CMYK 0.53 0.72 0 0.08
HSL 256.24º 0.81% 0.59% -
HSV(B) 256.24º 0.72% 0.92% -
XYZ 23.44 13.16 79.9 -
YUV 98.13 205.24 137.18 -
System Red Green Blue C M Y K H S L
Decimal 111 65 235 0.53 0.72 0 0.08 256.24 0.81 0.59
Hex 6F 41 EB 35 48 0 8 100 51 3B
Octal 157 101 353 65 110 0 10 400 121 73
Binary 1101111 1000001 11101011 110101 1001000 0 1000 100000000 1010001 111011

Color Harmonies of #6F41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41EB

Black with #6F41EB

Text Example


Text Example

White with #6F41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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