Html Css Color HEX #6B6EFA Medium Slate Blue

📋 copy color: '#6B6EFA'

red 107 ◦ green 110 ◦ blue 250

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

Shades of Medium Slate Blue #6B6EFA

Tints of Medium Slate Blue #6B6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 22.91%
G = 23.55%
B = 53.53%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B6EFA (or 0x6B6EFA) is known color: Medium Slate Blue. HEX triplet: 6B, 6E and FA. RGB value is (107,110,250). Sum of RGB (Red+Green+Blue) = 107+110+250=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6EFA is #949105. Grayscale: #7C7C7C. Windows color (decimal): -9736454 or 16412267. OLE color: 16412267.

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

Color convert

RGB 107 110 250 -
CMYK 0.57 0.56 0 0.02
HSL 238.74º 0.93% 0.7% -
HSV(B) 238.74º 0.57% 0.98% -
XYZ 28.89 21.18 93.01 -
YUV 125.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 107 110 250 0.57 0.56 0 0.02 238.74 0.93 0.7
Hex 6B 6E FA 39 38 0 2 EF 5D 46
Octal 153 156 372 71 70 0 2 357 135 106
Binary 1101011 1101110 11111010 111001 111000 0 10 11101111 1011101 1000110

Color Harmonies of #6B6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6EFA

Black with #6B6EFA

Text Example


Text Example

White with #6B6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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