Html Css Color HEX #6F49DF Slate Blue

📋 copy color: '#6F49DF'

red 111 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #6F49DF

Tints of Slate Blue #6F49DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 27.27%
G = 17.94%
B = 54.79%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F49DF (or 0x6F49DF) is known color: Slate Blue. HEX triplet: 6F, 49 and DF. RGB value is (111,73,223). Sum of RGB (Red+Green+Blue) = 111+73+223=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F49DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49DF is #90B620. Grayscale: #646464. Windows color (decimal): -9483809 or 14633327. OLE color: 14633327.

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

Color convert

RGB 111 73 223 -
CMYK 0.50 0.67 0 0.13
HSL 255.2º 0.7% 0.58% -
HSV(B) 255.2º 0.67% 0.87% -
XYZ 22.26 13.47 71.24 -
YUV 101.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 111 73 223 0.50 0.67 0 0.13 255.2 0.7 0.58
Hex 6F 49 DF 32 43 0 D FF 46 3A
Octal 157 111 337 62 103 0 15 377 106 72
Binary 1101111 1001001 11011111 110010 1000011 0 1101 11111111 1000110 111010

Color Harmonies of #6F49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F49DF

Black with #6F49DF

Text Example


Text Example

White with #6F49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,223); }

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

background-color css

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

 a { background-color: rgb(111,73,223); }

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

border-color css

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

 span { border-color: rgb(111,73,223); }

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