Html Css Color HEX #6F5BDA Slate Blue

📋 copy color: '#6F5BDA'

red 111 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #6F5BDA

Tints of Slate Blue #6F5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 26.43%
G = 21.67%
B = 51.9%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F5BDA (or 0x6F5BDA) is known color: Slate Blue. HEX triplet: 6F, 5B and DA. RGB value is (111,91,218). Sum of RGB (Red+Green+Blue) = 111+91+218=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F5BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BDA is #90A425. Grayscale: #6E6E6E. Windows color (decimal): -9479206 or 14310255. OLE color: 14310255.

HSL color Cylindrical-coordinate representation of color #6F5BDA: hue angle of 249.45º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F5BDA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 91 218 -
CMYK 0.49 0.58 0 0.15
HSL 249.45º 0.63% 0.61% -
HSV(B) 249.45º 0.58% 0.85% -
XYZ 22.95 15.92 68.19 -
YUV 111.46 188.13 127.67 -
System Red Green Blue C M Y K H S L
Decimal 111 91 218 0.49 0.58 0 0.15 249.45 0.63 0.61
Hex 6F 5B DA 31 3A 0 F F9 3F 3D
Octal 157 133 332 61 72 0 17 371 77 75
Binary 1101111 1011011 11011010 110001 111010 0 1111 11111001 111111 111101

Color Harmonies of #6F5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5BDA

Black with #6F5BDA

Text Example


Text Example

White with #6F5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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