Html Css Color HEX #6460E5 Slate Blue

📋 copy color: '#6460E5'

red 100 ◦ green 96 ◦ blue 229

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

Shades of Slate Blue #6460E5

Tints of Slate Blue #6460E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

 BLUE value IS 229 (89.84% from 255) = 53.88%

R = 23.53%
G = 22.59%
B = 53.88%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6460E5 (or 0x6460E5) is known color: Slate Blue. HEX triplet: 64, 60 and E5. RGB value is (100,96,229). Sum of RGB (Red+Green+Blue) = 100+96+229=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #6460E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460E5 is #9B9F1A. Grayscale: #6F6F6F. Windows color (decimal): -10198811 or 15032420. OLE color: 15032420.

HSL color Cylindrical-coordinate representation of color #6460E5: hue angle of 241.8º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6460E5 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 96 229 -
CMYK 0.56 0.58 0 0.10
HSL 241.8º 0.72% 0.64% -
HSV(B) 241.8º 0.58% 0.9% -
XYZ 23.58 16.73 76.12 -
YUV 112.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 100 96 229 0.56 0.58 0 0.10 241.8 0.72 0.64
Hex 64 60 E5 38 3A 0 A F2 48 40
Octal 144 140 345 70 72 0 12 362 110 100
Binary 1100100 1100000 11100101 111000 111010 0 1010 11110010 1001000 1000000

Color Harmonies of #6460E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460E5

Black with #6460E5

Text Example


Text Example

White with #6460E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6460E5; }

 p { color: rgb(100,96,229); }

 H1.HeaderClassName
 {
   color: #6460E5;
 }
 .AnyTagClassName
 {
   color: #6460E5;
 }
</style>

background-color css

<style>
 a { background-color: #6460E5; }

 a { background-color: rgb(100,96,229); }

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

border-color css

<style>
 span { border-color: #6460E5; }

 span { border-color: rgb(100,96,229); }

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