Html Css Color HEX #6451C1 Slate Blue

📋 copy color: '#6451C1'

red 100 ◦ green 81 ◦ blue 193

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

Shades of Slate Blue #6451C1

Tints of Slate Blue #6451C1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 26.74%
G = 21.66%
B = 51.6%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6451C1 (or 0x6451C1) is known color: Slate Blue. HEX triplet: 64, 51 and C1. RGB value is (100,81,193). Sum of RGB (Red+Green+Blue) = 100+81+193=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #6451C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6451C1 is #9BAE3E. Grayscale: #636363. Windows color (decimal): -10202687 or 12669284. OLE color: 12669284.

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

Color convert

RGB 100 81 193 -
CMYK 0.48 0.58 0 0.24
HSL 250.18º 0.47% 0.54% -
HSV(B) 250.18º 0.58% 0.76% -
XYZ 17.82 12.44 51.91 -
YUV 99.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 100 81 193 0.48 0.58 0 0.24 250.18 0.47 0.54
Hex 64 51 C1 30 3A 0 18 FA 2F 36
Octal 144 121 301 60 72 0 30 372 57 66
Binary 1100100 1010001 11000001 110000 111010 0 11000 11111010 101111 110110

Color Harmonies of #6451C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451C1

Black with #6451C1

Text Example


Text Example

White with #6451C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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