Html Css Color HEX #6754EA Medium Slate Blue

📋 copy color: '#6754EA'

red 103 ◦ green 84 ◦ blue 234

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

Shades of Medium Slate Blue #6754EA

Tints of Medium Slate Blue #6754EA

RGB

 RED value IS 103 (40.63% from 255) = 24.47%

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

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

R = 24.47%
G = 19.95%
B = 55.58%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6754EA (or 0x6754EA) is known color: Medium Slate Blue. HEX triplet: 67, 54 and EA. RGB value is (103,84,234). Sum of RGB (Red+Green+Blue) = 103+84+234=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #6754EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6754EA is #98AB15. Grayscale: #6A6A6A. Windows color (decimal): -10005270 or 15357031. OLE color: 15357031.

HSL color Cylindrical-coordinate representation of color #6754EA: hue angle of 247.6º 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 #6754EA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 84 234 -
CMYK 0.56 0.64 0 0.08
HSL 247.6º 0.78% 0.62% -
HSV(B) 247.6º 0.64% 0.92% -
XYZ 23.62 15.16 79.52 -
YUV 106.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 103 84 234 0.56 0.64 0 0.08 247.6 0.78 0.62
Hex 67 54 EA 38 40 0 8 F8 4E 3E
Octal 147 124 352 70 100 0 10 370 116 76
Binary 1100111 1010100 11101010 111000 1000000 0 1000 11111000 1001110 111110

Color Harmonies of #6754EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754EA

Black with #6754EA

Text Example


Text Example

White with #6754EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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