Html Css Color HEX #6470FB Medium Slate Blue

📋 copy color: '#6470FB'

red 100 ◦ green 112 ◦ blue 251

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

Shades of Medium Slate Blue #6470FB

Tints of Medium Slate Blue #6470FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 21.6%
G = 24.19%
B = 54.21%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6470FB (or 0x6470FB) is known color: Medium Slate Blue. HEX triplet: 64, 70 and FB. RGB value is (100,112,251). Sum of RGB (Red+Green+Blue) = 100+112+251=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #6470FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6470FB is #9B8F04. Grayscale: #7B7B7B. Windows color (decimal): -10194693 or 16478308. OLE color: 16478308.

HSL color Cylindrical-coordinate representation of color #6470FB: hue angle of 235.23º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6470FB is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 112 251 -
CMYK 0.60 0.55 0 0.02
HSL 235.23º 0.95% 0.69% -
HSV(B) 235.23º 0.6% 0.98% -
XYZ 28.46 21.26 93.87 -
YUV 124.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 100 112 251 0.60 0.55 0 0.02 235.23 0.95 0.69
Hex 64 70 FB 3C 37 0 2 EB 5F 45
Octal 144 160 373 74 67 0 2 353 137 105
Binary 1100100 1110000 11111011 111100 110111 0 10 11101011 1011111 1000101

Color Harmonies of #6470FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470FB

Black with #6470FB

Text Example


Text Example

White with #6470FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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