Html Css Color HEX #6454EA Slate Blue

📋 copy color: '#6454EA'

red 100 ◦ green 84 ◦ blue 234

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

Shades of Slate Blue #6454EA

Tints of Slate Blue #6454EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 23.92%
G = 20.1%
B = 55.98%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6454EA (or 0x6454EA) is known color: Slate Blue. HEX triplet: 64, 54 and EA. RGB value is (100,84,234). Sum of RGB (Red+Green+Blue) = 100+84+234=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #6454EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6454EA is #9BAB15. Grayscale: #696969. Windows color (decimal): -10201878 or 15357028. OLE color: 15357028.

HSL color Cylindrical-coordinate representation of color #6454EA: hue angle of 246.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6454EA is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 84 234 -
CMYK 0.57 0.64 0 0.08
HSL 246.4º 0.78% 0.62% -
HSV(B) 246.4º 0.64% 0.92% -
XYZ 23.28 14.99 79.51 -
YUV 105.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 100 84 234 0.57 0.64 0 0.08 246.4 0.78 0.62
Hex 64 54 EA 39 40 0 8 F6 4E 3E
Octal 144 124 352 71 100 0 10 366 116 76
Binary 1100100 1010100 11101010 111001 1000000 0 1000 11110110 1001110 111110

Color Harmonies of #6454EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454EA

Black with #6454EA

Text Example


Text Example

White with #6454EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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