Html Css Color HEX #6F4BD9 Slate Blue

📋 copy color: '#6F4BD9'

red 111 ◦ green 75 ◦ blue 217

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

Shades of Slate Blue #6F4BD9

Tints of Slate Blue #6F4BD9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.61%

 BLUE value IS 217 (85.16% from 255) = 53.85%

R = 27.54%
G = 18.61%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F4BD9 (or 0x6F4BD9) is known color: Slate Blue. HEX triplet: 6F, 4B and D9. RGB value is (111,75,217). Sum of RGB (Red+Green+Blue) = 111+75+217=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #6F4BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BD9 is #90B426. Grayscale: #656565. Windows color (decimal): -9483303 or 14240623. OLE color: 14240623.

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

Color convert

RGB 111 75 217 -
CMYK 0.49 0.65 0 0.15
HSL 255.21º 0.65% 0.57% -
HSV(B) 255.21º 0.65% 0.85% -
XYZ 21.6 13.42 67.1 -
YUV 101.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 111 75 217 0.49 0.65 0 0.15 255.21 0.65 0.57
Hex 6F 4B D9 31 41 0 F FF 41 39
Octal 157 113 331 61 101 0 17 377 101 71
Binary 1101111 1001011 11011001 110001 1000001 0 1111 11111111 1000001 111001

Color Harmonies of #6F4BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4BD9

Black with #6F4BD9

Text Example


Text Example

White with #6F4BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,75,217); }

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

background-color css

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

 a { background-color: rgb(111,75,217); }

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

border-color css

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

 span { border-color: rgb(111,75,217); }

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