Html Css Color HEX #6149CD Slate Blue

📋 copy color: '#6149CD'

red 97 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #6149CD

Tints of Slate Blue #6149CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 25.87%
G = 19.47%
B = 54.67%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6149CD (or 0x6149CD) is known color: Slate Blue. HEX triplet: 61, 49 and CD. RGB value is (97,73,205). Sum of RGB (Red+Green+Blue) = 97+73+205=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #6149CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149CD is #9EB632. Grayscale: #5E5E5E. Windows color (decimal): -10401331 or 13453665. OLE color: 13453665.

HSL color Cylindrical-coordinate representation of color #6149CD: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6149CD is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 73 205 -
CMYK 0.53 0.64 0 0.20
HSL 250.91º 0.57% 0.55% -
HSV(B) 250.91º 0.64% 0.8% -
XYZ 18.33 11.71 59.05 -
YUV 95.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 97 73 205 0.53 0.64 0 0.20 250.91 0.57 0.55
Hex 61 49 CD 35 40 0 14 FB 39 37
Octal 141 111 315 65 100 0 24 373 71 67
Binary 1100001 1001001 11001101 110101 1000000 0 10100 11111011 111001 110111

Color Harmonies of #6149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149CD

Black with #6149CD

Text Example


Text Example

White with #6149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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