Html Css Color HEX #6B59FC Medium Slate Blue

📋 copy color: '#6B59FC'

red 107 ◦ green 89 ◦ blue 252

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

Shades of Medium Slate Blue #6B59FC

Tints of Medium Slate Blue #6B59FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 23.88%
G = 19.87%
B = 56.25%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B59FC (or 0x6B59FC) is known color: Medium Slate Blue. HEX triplet: 6B, 59 and FC. RGB value is (107,89,252). Sum of RGB (Red+Green+Blue) = 107+89+252=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B59FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B59FC is #94A603. Grayscale: #707070. Windows color (decimal): -9741828 or 16537963. OLE color: 16537963.

HSL color Cylindrical-coordinate representation of color #6B59FC: hue angle of 246.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B59FC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 89 252 -
CMYK 0.58 0.65 0 0.01
HSL 246.63º 0.96% 0.67% -
HSV(B) 246.63º 0.65% 0.99% -
XYZ 27.21 17.3 94 -
YUV 112.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 107 89 252 0.58 0.65 0 0.01 246.63 0.96 0.67
Hex 6B 59 FC 3A 41 0 1 F7 60 43
Octal 153 131 374 72 101 0 1 367 140 103
Binary 1101011 1011001 11111100 111010 1000001 0 1 11110111 1100000 1000011

Color Harmonies of #6B59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B59FC

Black with #6B59FC

Text Example


Text Example

White with #6B59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,89,252); }

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

background-color css

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

 a { background-color: rgb(107,89,252); }

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

border-color css

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

 span { border-color: rgb(107,89,252); }

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