Html Css Color HEX #6451C9 Slate Blue

📋 copy color: '#6451C9'

red 100 ◦ green 81 ◦ blue 201

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

Shades of Slate Blue #6451C9

Tints of Slate Blue #6451C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.62%

R = 26.18%
G = 21.2%
B = 52.62%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6451C9 (or 0x6451C9) is known color: Slate Blue. HEX triplet: 64, 51 and C9. RGB value is (100,81,201). Sum of RGB (Red+Green+Blue) = 100+81+201=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #6451C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6451C9 is #9BAE36. Grayscale: #636363. Windows color (decimal): -10202679 or 13193572. OLE color: 13193572.

HSL color Cylindrical-coordinate representation of color #6451C9: hue angle of 249.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6451C9 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 81 201 -
CMYK 0.50 0.60 0 0.21
HSL 249.5º 0.53% 0.55% -
HSV(B) 249.5º 0.6% 0.79% -
XYZ 18.74 12.81 56.74 -
YUV 100.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 100 81 201 0.50 0.60 0 0.21 249.5 0.53 0.55
Hex 64 51 C9 32 3C 0 15 FA 35 37
Octal 144 121 311 62 74 0 25 372 65 67
Binary 1100100 1010001 11001001 110010 111100 0 10101 11111010 110101 110111

Color Harmonies of #6451C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451C9

Black with #6451C9

Text Example


Text Example

White with #6451C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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