Html Css Color HEX #6453C1 Slate Blue

📋 copy color: '#6453C1'

red 100 ◦ green 83 ◦ blue 193

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

Shades of Slate Blue #6453C1

Tints of Slate Blue #6453C1

RGB

 RED value IS 100 (39.45% from 255) = 26.6%

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 26.6%
G = 22.07%
B = 51.33%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6453C1 (or 0x6453C1) is known color: Slate Blue. HEX triplet: 64, 53 and C1. RGB value is (100,83,193). Sum of RGB (Red+Green+Blue) = 100+83+193=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #6453C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453C1 is #9BAC3E. Grayscale: #646464. Windows color (decimal): -10202175 or 12669796. OLE color: 12669796.

HSL color Cylindrical-coordinate representation of color #6453C1: hue angle of 249.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6453C1 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 83 193 -
CMYK 0.48 0.57 0 0.24
HSL 249.27º 0.47% 0.54% -
HSV(B) 249.27º 0.57% 0.76% -
XYZ 17.97 12.75 51.96 -
YUV 100.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 100 83 193 0.48 0.57 0 0.24 249.27 0.47 0.54
Hex 64 53 C1 30 39 0 18 F9 2F 36
Octal 144 123 301 60 71 0 30 371 57 66
Binary 1100100 1010011 11000001 110000 111001 0 11000 11111001 101111 110110

Color Harmonies of #6453C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6453C1

Black with #6453C1

Text Example


Text Example

White with #6453C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6453C1; }

 p { color: rgb(100,83,193); }

 H1.HeaderClassName
 {
   color: #6453C1;
 }
 .AnyTagClassName
 {
   color: #6453C1;
 }
</style>

background-color css

<style>
 a { background-color: #6453C1; }

 a { background-color: rgb(100,83,193); }

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

border-color css

<style>
 span { border-color: #6453C1; }

 span { border-color: rgb(100,83,193); }

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