#6475FE

Color #6475FE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6475FE

Tints of Medium Slate Blue #6475FE

Color information

#6475FE (or 0x6475FE) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 75 and FE. RGB value is (100,117,254). Sum of RGB (Red+Green+Blue) = 100+117+254=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #6475FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6475FE is #9B8A01. Grayscale: #7E7E7E. Windows color (decimal): -10193410 or 16676196. OLE color: 16676196.

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

Color convert

RGB100117254-
CMYK0.610.5400.00
HSL233.38º98.72%69.41%-
HSV(B)233.38º60.63%99.61%-
XYZ29.5122.5996.57-
YUV127.54199.37108.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=21.23%
G=24.84%
B=53.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001172540.610.5400.00233.3898.7269.41
Hex6475FE3D3600e96345
Octal144165376756600351143105
Binary1100100111010111111110111101110110001110100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6475FE;
 }
 .AnyTagClassName
 {
   color: #6475FE;
 }
</style>
background-color css

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

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

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

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

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

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