Html Css Color HEX #6475EF Medium Slate Blue

📋 copy color: '#6475EF'

red 100 ◦ green 117 ◦ blue 239

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

Shades of Medium Slate Blue #6475EF

Tints of Medium Slate Blue #6475EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 21.93%
G = 25.66%
B = 52.41%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6475EF (or 0x6475EF) is known color: Medium Slate Blue. HEX triplet: 64, 75 and EF. RGB value is (100,117,239). Sum of RGB (Red+Green+Blue) = 100+117+239=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #6475EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6475EF is #9B8A10. Grayscale: #7D7D7D. Windows color (decimal): -10193425 or 15693156. OLE color: 15693156.

HSL color Cylindrical-coordinate representation of color #6475EF: hue angle of 232.66º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6475EF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 117 239 -
CMYK 0.58 0.51 0 0.06
HSL 232.66º 0.81% 0.66% -
HSV(B) 232.66º 0.58% 0.94% -
XYZ 27.2 21.66 84.41 -
YUV 125.83 191.87 109.58 -
System Red Green Blue C M Y K H S L
Decimal 100 117 239 0.58 0.51 0 0.06 232.66 0.81 0.66
Hex 64 75 EF 3A 33 0 6 E9 51 42
Octal 144 165 357 72 63 0 6 351 121 102
Binary 1100100 1110101 11101111 111010 110011 0 110 11101001 1010001 1000010

Color Harmonies of #6475EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475EF

Black with #6475EF

Text Example


Text Example

White with #6475EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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