Html Css Color HEX #6454C0 Slate Blue

📋 copy color: '#6454C0'

red 100 ◦ green 84 ◦ blue 192

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

Shades of Slate Blue #6454C0

Tints of Slate Blue #6454C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 26.6%
G = 22.34%
B = 51.06%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6454C0 (or 0x6454C0) is known color: Slate Blue. HEX triplet: 64, 54 and C0. RGB value is (100,84,192). Sum of RGB (Red+Green+Blue) = 100+84+192=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #6454C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454C0 is #9BAB3F. Grayscale: #646464. Windows color (decimal): -10201920 or 12604516. OLE color: 12604516.

HSL color Cylindrical-coordinate representation of color #6454C0: hue angle of 248.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6454C0 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 84 192 -
CMYK 0.48 0.56 0 0.25
HSL 248.89º 0.46% 0.54% -
HSV(B) 248.89º 0.56% 0.75% -
XYZ 17.94 12.86 51.41 -
YUV 101.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 100 84 192 0.48 0.56 0 0.25 248.89 0.46 0.54
Hex 64 54 C0 30 38 0 19 F9 2E 36
Octal 144 124 300 60 70 0 31 371 56 66
Binary 1100100 1010100 11000000 110000 111000 0 11001 11111001 101110 110110

Color Harmonies of #6454C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454C0

Black with #6454C0

Text Example


Text Example

White with #6454C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6454C0; }

 p { color: rgb(100,84,192); }

 H1.HeaderClassName
 {
   color: #6454C0;
 }
 .AnyTagClassName
 {
   color: #6454C0;
 }
</style>

background-color css

<style>
 a { background-color: #6454C0; }

 a { background-color: rgb(100,84,192); }

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

border-color css

<style>
 span { border-color: #6454C0; }

 span { border-color: rgb(100,84,192); }

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