Html Css Color HEX #6475F0 Medium Slate Blue

📋 copy color: '#6475F0'

red 100 ◦ green 117 ◦ blue 240

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

Shades of Medium Slate Blue #6475F0

Tints of Medium Slate Blue #6475F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.52%

R = 21.88%
G = 25.6%
B = 52.52%

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

#6475F0 (or 0x6475F0) is known color: Medium Slate Blue. HEX triplet: 64, 75 and F0. RGB value is (100,117,240). Sum of RGB (Red+Green+Blue) = 100+117+240=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #6475F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6475F0 is #9B8A0F. Grayscale: #7D7D7D. Windows color (decimal): -10193424 or 15758692. OLE color: 15758692.

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

Color convert

RGB 100 117 240 -
CMYK 0.58 0.51 0 0.06
HSL 232.71º 0.82% 0.67% -
HSV(B) 232.71º 0.58% 0.94% -
XYZ 27.35 21.72 85.19 -
YUV 125.94 192.37 109.5 -
System Red Green Blue C M Y K H S L
Decimal 100 117 240 0.58 0.51 0 0.06 232.71 0.82 0.67
Hex 64 75 F0 3A 33 0 6 E9 52 43
Octal 144 165 360 72 63 0 6 351 122 103
Binary 1100100 1110101 11110000 111010 110011 0 110 11101001 1010010 1000011

Color Harmonies of #6475F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475F0

Black with #6475F0

Text Example


Text Example

White with #6475F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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