Html Css Color HEX #6471EA Medium Slate Blue

📋 copy color: '#6471EA'

red 100 ◦ green 113 ◦ blue 234

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

Shades of Medium Slate Blue #6471EA

Tints of Medium Slate Blue #6471EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

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

R = 22.37%
G = 25.28%
B = 52.35%

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

#6471EA (or 0x6471EA) is known color: Medium Slate Blue. HEX triplet: 64, 71 and EA. RGB value is (100,113,234). Sum of RGB (Red+Green+Blue) = 100+113+234=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #6471EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6471EA is #9B8E15. Grayscale: #7A7A7A. Windows color (decimal): -10194454 or 15364452. OLE color: 15364452.

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

Color convert

RGB 100 113 234 -
CMYK 0.57 0.52 0 0.08
HSL 234.18º 0.76% 0.65% -
HSV(B) 234.18º 0.57% 0.92% -
XYZ 26.01 20.46 80.42 -
YUV 122.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 100 113 234 0.57 0.52 0 0.08 234.18 0.76 0.65
Hex 64 71 EA 39 34 0 8 EA 4C 41
Octal 144 161 352 71 64 0 10 352 114 101
Binary 1100100 1110001 11101010 111001 110100 0 1000 11101010 1001100 1000001

Color Harmonies of #6471EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471EA

Black with #6471EA

Text Example


Text Example

White with #6471EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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