Html Css Color HEX #6149E6 Slate Blue

📋 copy color: '#6149E6'

red 97 ◦ green 73 ◦ blue 230

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

Shades of Slate Blue #6149E6

Tints of Slate Blue #6149E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.5%

R = 24.25%
G = 18.25%
B = 57.5%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6149E6 (or 0x6149E6) is known color: Slate Blue. HEX triplet: 61, 49 and E6. RGB value is (97,73,230). Sum of RGB (Red+Green+Blue) = 97+73+230=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #6149E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6149E6 is #9EB619. Grayscale: #616161. Windows color (decimal): -10401306 or 15092065. OLE color: 15092065.

HSL color Cylindrical-coordinate representation of color #6149E6: hue angle of 249.17º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6149E6 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 73 230 -
CMYK 0.58 0.68 0 0.10
HSL 249.17º 0.76% 0.59% -
HSV(B) 249.17º 0.68% 0.9% -
XYZ 21.6 13.02 76.24 -
YUV 98.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 97 73 230 0.58 0.68 0 0.10 249.17 0.76 0.59
Hex 61 49 E6 3A 44 0 A F9 4C 3B
Octal 141 111 346 72 104 0 12 371 114 73
Binary 1100001 1001001 11100110 111010 1000100 0 1010 11111001 1001100 111011

Color Harmonies of #6149E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149E6

Black with #6149E6

Text Example


Text Example

White with #6149E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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