Html Css Color HEX #6468FC Medium Slate Blue

📋 copy color: '#6468FC'

red 100 ◦ green 104 ◦ blue 252

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

Shades of Medium Slate Blue #6468FC

Tints of Medium Slate Blue #6468FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 21.93%
G = 22.81%
B = 55.26%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6468FC (or 0x6468FC) is known color: Medium Slate Blue. HEX triplet: 64, 68 and FC. RGB value is (100,104,252). Sum of RGB (Red+Green+Blue) = 100+104+252=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #6468FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468FC is #9B9703. Grayscale: #777777. Windows color (decimal): -10196740 or 16541796. OLE color: 16541796.

HSL color Cylindrical-coordinate representation of color #6468FC: hue angle of 238.42º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6468FC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 104 252 -
CMYK 0.60 0.59 0 0.01
HSL 238.42º 0.96% 0.69% -
HSV(B) 238.42º 0.6% 0.99% -
XYZ 27.78 19.64 94.42 -
YUV 119.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 100 104 252 0.60 0.59 0 0.01 238.42 0.96 0.69
Hex 64 68 FC 3C 3B 0 1 EE 60 45
Octal 144 150 374 74 73 0 1 356 140 105
Binary 1100100 1101000 11111100 111100 111011 0 1 11101110 1100000 1000101

Color Harmonies of #6468FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6468FC

Black with #6468FC

Text Example


Text Example

White with #6468FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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