Html Css Color HEX #6B5FFA Medium Slate Blue

📋 copy color: '#6B5FFA'

red 107 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #6B5FFA

Tints of Medium Slate Blue #6B5FFA

RGB

 RED value IS 107 (42.19% from 255) = 23.67%

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

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 23.67%
G = 21.02%
B = 55.31%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B5FFA (or 0x6B5FFA) is known color: Medium Slate Blue. HEX triplet: 6B, 5F and FA. RGB value is (107,95,250). Sum of RGB (Red+Green+Blue) = 107+95+250=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5FFA is #94A005. Grayscale: #737373. Windows color (decimal): -9740294 or 16408427. OLE color: 16408427.

HSL color Cylindrical-coordinate representation of color #6B5FFA: hue angle of 244.65º degrees, saturation: 0.94, 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 #6B5FFA is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 95 250 -
CMYK 0.57 0.62 0 0.02
HSL 244.65º 0.94% 0.68% -
HSV(B) 244.65º 0.62% 0.98% -
XYZ 27.41 18.21 92.51 -
YUV 116.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 107 95 250 0.57 0.62 0 0.02 244.65 0.94 0.68
Hex 6B 5F FA 39 3E 0 2 F5 5E 44
Octal 153 137 372 71 76 0 2 365 136 104
Binary 1101011 1011111 11111010 111001 111110 0 10 11110101 1011110 1000100

Color Harmonies of #6B5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FFA

Black with #6B5FFA

Text Example


Text Example

White with #6B5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B5FFA; }

 p { color: rgb(107,95,250); }

 H1.HeaderClassName
 {
   color: #6B5FFA;
 }
 .AnyTagClassName
 {
   color: #6B5FFA;
 }
</style>

background-color css

<style>
 a { background-color: #6B5FFA; }

 a { background-color: rgb(107,95,250); }

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

border-color css

<style>
 span { border-color: #6B5FFA; }

 span { border-color: rgb(107,95,250); }

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