Html Css Color HEX #6B58FA Medium Slate Blue

📋 copy color: '#6B58FA'

red 107 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #6B58FA

Tints of Medium Slate Blue #6B58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

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

R = 24.04%
G = 19.78%
B = 56.18%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B58FA (or 0x6B58FA) is known color: Medium Slate Blue. HEX triplet: 6B, 58 and FA. RGB value is (107,88,250). Sum of RGB (Red+Green+Blue) = 107+88+250=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B58FA is #94A705. Grayscale: #6F6F6F. Windows color (decimal): -9742086 or 16406635. OLE color: 16406635.

HSL color Cylindrical-coordinate representation of color #6B58FA: hue angle of 247.04º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B58FA is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 88 250 -
CMYK 0.57 0.65 0 0.02
HSL 247.04º 0.94% 0.66% -
HSV(B) 247.04º 0.65% 0.98% -
XYZ 26.81 17.01 92.31 -
YUV 112.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 107 88 250 0.57 0.65 0 0.02 247.04 0.94 0.66
Hex 6B 58 FA 39 41 0 2 F7 5E 42
Octal 153 130 372 71 101 0 2 367 136 102
Binary 1101011 1011000 11111010 111001 1000001 0 10 11110111 1011110 1000010

Color Harmonies of #6B58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B58FA

Black with #6B58FA

Text Example


Text Example

White with #6B58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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