Html Css Color HEX #6468EB Medium Slate Blue

📋 copy color: '#6468EB'

red 100 ◦ green 104 ◦ blue 235

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

Shades of Medium Slate Blue #6468EB

Tints of Medium Slate Blue #6468EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 22.78%
G = 23.69%
B = 53.53%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6468EB (or 0x6468EB) is known color: Medium Slate Blue. HEX triplet: 64, 68 and EB. RGB value is (100,104,235). Sum of RGB (Red+Green+Blue) = 100+104+235=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #6468EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468EB is #9B9714. Grayscale: #757575. Windows color (decimal): -10196757 or 15427684. OLE color: 15427684.

HSL color Cylindrical-coordinate representation of color #6468EB: hue angle of 238.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6468EB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 104 235 -
CMYK 0.57 0.56 0 0.08
HSL 238.22º 0.77% 0.66% -
HSV(B) 238.22º 0.57% 0.92% -
XYZ 25.2 18.61 80.86 -
YUV 117.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 100 104 235 0.57 0.56 0 0.08 238.22 0.77 0.66
Hex 64 68 EB 39 38 0 8 EE 4D 42
Octal 144 150 353 71 70 0 10 356 115 102
Binary 1100100 1101000 11101011 111001 111000 0 1000 11101110 1001101 1000010

Color Harmonies of #6468EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6468EB

Black with #6468EB

Text Example


Text Example

White with #6468EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6468EB; }

 p { color: rgb(100,104,235); }

 H1.HeaderClassName
 {
   color: #6468EB;
 }
 .AnyTagClassName
 {
   color: #6468EB;
 }
</style>

background-color css

<style>
 a { background-color: #6468EB; }

 a { background-color: rgb(100,104,235); }

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

border-color css

<style>
 span { border-color: #6468EB; }

 span { border-color: rgb(100,104,235); }

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