Html Css Color HEX #6475FF Medium Slate Blue

📋 copy color: '#6475FF'

red 100 ◦ green 117 ◦ blue 255

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

Shades of Medium Slate Blue #6475FF

Tints of Medium Slate Blue #6475FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 21.19%
G = 24.79%
B = 54.03%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6475FF (or 0x6475FF) is known color: Medium Slate Blue. HEX triplet: 64, 75 and FF. RGB value is (100,117,255). Sum of RGB (Red+Green+Blue) = 100+117+255=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6475FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6475FF is #9B8A00. Grayscale: #7F7F7F. Windows color (decimal): -10193409 or 16741732. OLE color: 16741732.

HSL color Cylindrical-coordinate representation of color #6475FF: hue angle of 233.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6475FF is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 117 255 -
CMYK 0.61 0.54 0 0
HSL 233.42º 1% 0.7% -
HSV(B) 233.42º 0.61% 1% -
XYZ 29.67 22.65 97.42 -
YUV 127.65 199.87 108.28 -
System Red Green Blue C M Y K H S L
Decimal 100 117 255 0.61 0.54 0 0 233.42 1 0.7
Hex 64 75 FF 3D 36 0 0 E9 64 46
Octal 144 165 377 75 66 0 0 351 144 106
Binary 1100100 1110101 11111111 111101 110110 0 0 11101001 1100100 1000110

Color Harmonies of #6475FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475FF

Black with #6475FF

Text Example


Text Example

White with #6475FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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