Html Css Color HEX #6470FE Medium Slate Blue

📋 copy color: '#6470FE'

red 100 ◦ green 112 ◦ blue 254

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

Shades of Medium Slate Blue #6470FE

Tints of Medium Slate Blue #6470FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 21.46%
G = 24.03%
B = 54.51%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6470FE (or 0x6470FE) is known color: Medium Slate Blue. HEX triplet: 64, 70 and FE. RGB value is (100,112,254). Sum of RGB (Red+Green+Blue) = 100+112+254=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #6470FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6470FE is #9B8F01. Grayscale: #7C7C7C. Windows color (decimal): -10194690 or 16674916. OLE color: 16674916.

HSL color Cylindrical-coordinate representation of color #6470FE: hue angle of 235.32º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6470FE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 112 254 -
CMYK 0.61 0.56 0 0.00
HSL 235.32º 0.99% 0.69% -
HSV(B) 235.32º 0.61% 1% -
XYZ 28.94 21.45 96.38 -
YUV 124.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 100 112 254 0.61 0.56 0 0.00 235.32 0.99 0.69
Hex 64 70 FE 3D 38 0 0 EB 63 45
Octal 144 160 376 75 70 0 0 353 143 105
Binary 1100100 1110000 11111110 111101 111000 0 0 11101011 1100011 1000101

Color Harmonies of #6470FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470FE

Black with #6470FE

Text Example


Text Example

White with #6470FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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