Html Css Color HEX #6474EF Medium Slate Blue

📋 copy color: '#6474EF'

red 100 ◦ green 116 ◦ blue 239

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

Shades of Medium Slate Blue #6474EF

Tints of Medium Slate Blue #6474EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 21.98%
G = 25.49%
B = 52.53%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6474EF (or 0x6474EF) is known color: Medium Slate Blue. HEX triplet: 64, 74 and EF. RGB value is (100,116,239). Sum of RGB (Red+Green+Blue) = 100+116+239=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #6474EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6474EF is #9B8B10. Grayscale: #7C7C7C. Windows color (decimal): -10193681 or 15692900. OLE color: 15692900.

HSL color Cylindrical-coordinate representation of color #6474EF: hue angle of 233.09º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6474EF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 116 239 -
CMYK 0.58 0.51 0 0.06
HSL 233.09º 0.81% 0.66% -
HSV(B) 233.09º 0.58% 0.94% -
XYZ 27.08 21.43 84.37 -
YUV 125.24 192.2 110 -
System Red Green Blue C M Y K H S L
Decimal 100 116 239 0.58 0.51 0 0.06 233.09 0.81 0.66
Hex 64 74 EF 3A 33 0 6 E9 51 42
Octal 144 164 357 72 63 0 6 351 121 102
Binary 1100100 1110100 11101111 111010 110011 0 110 11101001 1010001 1000010

Color Harmonies of #6474EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474EF

Black with #6474EF

Text Example


Text Example

White with #6474EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6474EF; }

 p { color: rgb(100,116,239); }

 H1.HeaderClassName
 {
   color: #6474EF;
 }
 .AnyTagClassName
 {
   color: #6474EF;
 }
</style>

background-color css

<style>
 a { background-color: #6474EF; }

 a { background-color: rgb(100,116,239); }

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

border-color css

<style>
 span { border-color: #6474EF; }

 span { border-color: rgb(100,116,239); }

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