Html Css Color HEX #6470EA Medium Slate Blue

📋 copy color: '#6470EA'

red 100 ◦ green 112 ◦ blue 234

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

Shades of Medium Slate Blue #6470EA

Tints of Medium Slate Blue #6470EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 22.42%
G = 25.11%
B = 52.47%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6470EA (or 0x6470EA) is known color: Medium Slate Blue. HEX triplet: 64, 70 and EA. RGB value is (100,112,234). Sum of RGB (Red+Green+Blue) = 100+112+234=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #6470EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6470EA is #9B8F15. Grayscale: #797979. Windows color (decimal): -10194710 or 15364196. OLE color: 15364196.

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

Color convert

RGB 100 112 234 -
CMYK 0.57 0.52 0 0.08
HSL 234.63º 0.76% 0.65% -
HSV(B) 234.63º 0.57% 0.92% -
XYZ 25.9 20.24 80.38 -
YUV 122.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 100 112 234 0.57 0.52 0 0.08 234.63 0.76 0.65
Hex 64 70 EA 39 34 0 8 EB 4C 41
Octal 144 160 352 71 64 0 10 353 114 101
Binary 1100100 1110000 11101010 111001 110100 0 1000 11101011 1001100 1000001

Color Harmonies of #6470EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470EA

Black with #6470EA

Text Example


Text Example

White with #6470EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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