Html Css Color HEX #6472EC Medium Slate Blue

📋 copy color: '#6472EC'

red 100 ◦ green 114 ◦ blue 236

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

Shades of Medium Slate Blue #6472EC

Tints of Medium Slate Blue #6472EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 22.22%
G = 25.33%
B = 52.44%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6472EC (or 0x6472EC) is known color: Medium Slate Blue. HEX triplet: 64, 72 and EC. RGB value is (100,114,236). Sum of RGB (Red+Green+Blue) = 100+114+236=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #6472EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6472EC is #9B8D13. Grayscale: #7B7B7B. Windows color (decimal): -10194196 or 15495780. OLE color: 15495780.

HSL color Cylindrical-coordinate representation of color #6472EC: hue angle of 233.82º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6472EC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 114 236 -
CMYK 0.58 0.52 0 0.07
HSL 233.82º 0.78% 0.66% -
HSV(B) 233.82º 0.58% 0.93% -
XYZ 26.41 20.8 81.98 -
YUV 123.72 191.36 111.08 -
System Red Green Blue C M Y K H S L
Decimal 100 114 236 0.58 0.52 0 0.07 233.82 0.78 0.66
Hex 64 72 EC 3A 34 0 7 EA 4E 42
Octal 144 162 354 72 64 0 7 352 116 102
Binary 1100100 1110010 11101100 111010 110100 0 111 11101010 1001110 1000010

Color Harmonies of #6472EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472EC

Black with #6472EC

Text Example


Text Example

White with #6472EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6472EC; }

 p { color: rgb(100,114,236); }

 H1.HeaderClassName
 {
   color: #6472EC;
 }
 .AnyTagClassName
 {
   color: #6472EC;
 }
</style>

background-color css

<style>
 a { background-color: #6472EC; }

 a { background-color: rgb(100,114,236); }

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

border-color css

<style>
 span { border-color: #6472EC; }

 span { border-color: rgb(100,114,236); }

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