Html Css Color HEX #6F3FDD Slate Blue

📋 copy color: '#6F3FDD'

red 111 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #6F3FDD

Tints of Slate Blue #6F3FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 28.1%
G = 15.95%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F3FDD (or 0x6F3FDD) is known color: Slate Blue. HEX triplet: 6F, 3F and DD. RGB value is (111,63,221). Sum of RGB (Red+Green+Blue) = 111+63+221=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F3FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3FDD is #90C022. Grayscale: #5E5E5E. Windows color (decimal): -9486371 or 14499695. OLE color: 14499695.

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

Color convert

RGB 111 63 221 -
CMYK 0.50 0.71 0 0.13
HSL 258.23º 0.7% 0.56% -
HSV(B) 258.23º 0.71% 0.87% -
XYZ 21.38 12.15 69.63 -
YUV 95.36 198.9 139.15 -
System Red Green Blue C M Y K H S L
Decimal 111 63 221 0.50 0.71 0 0.13 258.23 0.7 0.56
Hex 6F 3F DD 32 47 0 D 102 46 38
Octal 157 77 335 62 107 0 15 402 106 70
Binary 1101111 111111 11011101 110010 1000111 0 1101 100000010 1000110 111000

Color Harmonies of #6F3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3FDD

Black with #6F3FDD

Text Example


Text Example

White with #6F3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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