Html Css Color HEX #6475EB Medium Slate Blue

📋 copy color: '#6475EB'

red 100 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #6475EB

Tints of Medium Slate Blue #6475EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 22.12%
G = 25.88%
B = 51.99%

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

#6475EB (or 0x6475EB) is known color: Medium Slate Blue. HEX triplet: 64, 75 and EB. RGB value is (100,117,235). Sum of RGB (Red+Green+Blue) = 100+117+235=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #6475EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6475EB is #9B8A14. Grayscale: #7C7C7C. Windows color (decimal): -10193429 or 15431012. OLE color: 15431012.

HSL color Cylindrical-coordinate representation of color #6475EB: hue angle of 232.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6475EB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 117 235 -
CMYK 0.57 0.50 0 0.08
HSL 232.44º 0.77% 0.66% -
HSV(B) 232.44º 0.57% 0.92% -
XYZ 26.61 21.43 81.33 -
YUV 125.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 100 117 235 0.57 0.50 0 0.08 232.44 0.77 0.66
Hex 64 75 EB 39 32 0 8 E8 4D 42
Octal 144 165 353 71 62 0 10 350 115 102
Binary 1100100 1110101 11101011 111001 110010 0 1000 11101000 1001101 1000010

Color Harmonies of #6475EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475EB

Black with #6475EB

Text Example


Text Example

White with #6475EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6475EB; }

 p { color: rgb(100,117,235); }

 H1.HeaderClassName
 {
   color: #6475EB;
 }
 .AnyTagClassName
 {
   color: #6475EB;
 }
</style>

background-color css

<style>
 a { background-color: #6475EB; }

 a { background-color: rgb(100,117,235); }

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

border-color css

<style>
 span { border-color: #6475EB; }

 span { border-color: rgb(100,117,235); }

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