Html Css Color HEX #645FFB Medium Slate Blue

📋 copy color: '#645FFB'

red 100 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #645FFB

Tints of Medium Slate Blue #645FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.3%

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 22.42%
G = 21.3%
B = 56.28%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#645FFB (or 0x645FFB) is known color: Medium Slate Blue. HEX triplet: 64, 5F and FB. RGB value is (100,95,251). Sum of RGB (Red+Green+Blue) = 100+95+251=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #645FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FFB is #9BA004. Grayscale: #717171. Windows color (decimal): -10199045 or 16473956. OLE color: 16473956.

HSL color Cylindrical-coordinate representation of color #645FFB: hue angle of 241.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645FFB is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 95 251 -
CMYK 0.60 0.62 0 0.02
HSL 241.92º 0.95% 0.68% -
HSV(B) 241.92º 0.62% 0.98% -
XYZ 26.76 17.86 93.3 -
YUV 114.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 100 95 251 0.60 0.62 0 0.02 241.92 0.95 0.68
Hex 64 5F FB 3C 3E 0 2 F2 5F 44
Octal 144 137 373 74 76 0 2 362 137 104
Binary 1100100 1011111 11111011 111100 111110 0 10 11110010 1011111 1000100

Color Harmonies of #645FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FFB

Black with #645FFB

Text Example


Text Example

White with #645FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645FFB; }

 p { color: rgb(100,95,251); }

 H1.HeaderClassName
 {
   color: #645FFB;
 }
 .AnyTagClassName
 {
   color: #645FFB;
 }
</style>

background-color css

<style>
 a { background-color: #645FFB; }

 a { background-color: rgb(100,95,251); }

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

border-color css

<style>
 span { border-color: #645FFB; }

 span { border-color: rgb(100,95,251); }

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