Html Css Color HEX #6474EA Medium Slate Blue

📋 copy color: '#6474EA'

red 100 ◦ green 116 ◦ blue 234

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

Shades of Medium Slate Blue #6474EA

Tints of Medium Slate Blue #6474EA

RGB

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

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

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

R = 22.22%
G = 25.78%
B = 52%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6474EA (or 0x6474EA) is known color: Medium Slate Blue. HEX triplet: 64, 74 and EA. RGB value is (100,116,234). Sum of RGB (Red+Green+Blue) = 100+116+234=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #6474EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6474EA is #9B8B15. Grayscale: #7C7C7C. Windows color (decimal): -10193686 or 15365220. OLE color: 15365220.

HSL color Cylindrical-coordinate representation of color #6474EA: hue angle of 232.84º 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 #6474EA is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 116 234 -
CMYK 0.57 0.50 0 0.08
HSL 232.84º 0.76% 0.65% -
HSV(B) 232.84º 0.57% 0.92% -
XYZ 26.35 21.14 80.53 -
YUV 124.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 100 116 234 0.57 0.50 0 0.08 232.84 0.76 0.65
Hex 64 74 EA 39 32 0 8 E9 4C 41
Octal 144 164 352 71 62 0 10 351 114 101
Binary 1100100 1110100 11101010 111001 110010 0 1000 11101001 1001100 1000001

Color Harmonies of #6474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474EA

Black with #6474EA

Text Example


Text Example

White with #6474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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