Html Css Color HEX #6A5CFB Medium Slate Blue

📋 copy color: '#6A5CFB'

red 106 ◦ green 92 ◦ blue 251

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

Shades of Medium Slate Blue #6A5CFB

Tints of Medium Slate Blue #6A5CFB

RGB

 RED value IS 106 (41.8% from 255) = 23.61%

 GREEN value IS 92 (36.33% from 255) = 20.49%

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

R = 23.61%
G = 20.49%
B = 55.9%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A5CFB (or 0x6A5CFB) is known color: Medium Slate Blue. HEX triplet: 6A, 5C and FB. RGB value is (106,92,251). Sum of RGB (Red+Green+Blue) = 106+92+251=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A5CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5CFB is #95A304. Grayscale: #717171. Windows color (decimal): -9806597 or 16473194. OLE color: 16473194.

HSL color Cylindrical-coordinate representation of color #6A5CFB: hue angle of 245.28º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A5CFB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 92 251 -
CMYK 0.58 0.63 0 0.02
HSL 245.28º 0.95% 0.67% -
HSV(B) 245.28º 0.63% 0.98% -
XYZ 27.18 17.68 93.25 -
YUV 114.31 205.14 122.07 -
System Red Green Blue C M Y K H S L
Decimal 106 92 251 0.58 0.63 0 0.02 245.28 0.95 0.67
Hex 6A 5C FB 3A 3F 0 2 F5 5F 43
Octal 152 134 373 72 77 0 2 365 137 103
Binary 1101010 1011100 11111011 111010 111111 0 10 11110101 1011111 1000011

Color Harmonies of #6A5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5CFB

Black with #6A5CFB

Text Example


Text Example

White with #6A5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,92,251); }

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

background-color css

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

 a { background-color: rgb(106,92,251); }

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

border-color css

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

 span { border-color: rgb(106,92,251); }

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