Html Css Color HEX #6F5BDD Slate Blue

📋 copy color: '#6F5BDD'

red 111 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #6F5BDD

Tints of Slate Blue #6F5BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 26.24%
G = 21.51%
B = 52.25%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F5BDD (or 0x6F5BDD) is known color: Slate Blue. HEX triplet: 6F, 5B and DD. RGB value is (111,91,221). Sum of RGB (Red+Green+Blue) = 111+91+221=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F5BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BDD is #90A422. Grayscale: #6F6F6F. Windows color (decimal): -9479203 or 14506863. OLE color: 14506863.

HSL color Cylindrical-coordinate representation of color #6F5BDD: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F5BDD is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 91 221 -
CMYK 0.50 0.59 0 0.13
HSL 249.23º 0.66% 0.61% -
HSV(B) 249.23º 0.59% 0.87% -
XYZ 23.35 16.08 70.28 -
YUV 111.8 189.63 127.43 -
System Red Green Blue C M Y K H S L
Decimal 111 91 221 0.50 0.59 0 0.13 249.23 0.66 0.61
Hex 6F 5B DD 32 3B 0 D F9 42 3D
Octal 157 133 335 62 73 0 15 371 102 75
Binary 1101111 1011011 11011101 110010 111011 0 1101 11111001 1000010 111101

Color Harmonies of #6F5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5BDD

Black with #6F5BDD

Text Example


Text Example

White with #6F5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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