Html Css Color HEX #6149DF Slate Blue

📋 copy color: '#6149DF'

red 97 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #6149DF

Tints of Slate Blue #6149DF

RGB

 RED value IS 97 (38.28% from 255) = 24.68%

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

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

R = 24.68%
G = 18.58%
B = 56.74%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6149DF (or 0x6149DF) is known color: Slate Blue. HEX triplet: 61, 49 and DF. RGB value is (97,73,223). Sum of RGB (Red+Green+Blue) = 97+73+223=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #6149DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149DF is #9EB620. Grayscale: #606060. Windows color (decimal): -10401313 or 14633313. OLE color: 14633313.

HSL color Cylindrical-coordinate representation of color #6149DF: hue angle of 249.6º 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 #6149DF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 73 223 -
CMYK 0.57 0.67 0 0.13
HSL 249.6º 0.7% 0.58% -
HSV(B) 249.6º 0.67% 0.87% -
XYZ 20.63 12.63 71.16 -
YUV 97.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 97 73 223 0.57 0.67 0 0.13 249.6 0.7 0.58
Hex 61 49 DF 39 43 0 D FA 46 3A
Octal 141 111 337 71 103 0 15 372 106 72
Binary 1100001 1001001 11011111 111001 1000011 0 1101 11111010 1000110 111010

Color Harmonies of #6149DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149DF

Black with #6149DF

Text Example


Text Example

White with #6149DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6149DF; }

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

 H1.HeaderClassName
 {
   color: #6149DF;
 }
 .AnyTagClassName
 {
   color: #6149DF;
 }
</style>

background-color css

<style>
 a { background-color: #6149DF; }

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

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

border-color css

<style>
 span { border-color: #6149DF; }

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

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