Html Css Color HEX #6A6FFA Medium Slate Blue

📋 copy color: '#6A6FFA'

red 106 ◦ green 111 ◦ blue 250

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

Shades of Medium Slate Blue #6A6FFA

Tints of Medium Slate Blue #6A6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

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

R = 22.7%
G = 23.77%
B = 53.53%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A6FFA (or 0x6A6FFA) is known color: Medium Slate Blue. HEX triplet: 6A, 6F and FA. RGB value is (106,111,250). Sum of RGB (Red+Green+Blue) = 106+111+250=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 111 (43.75% from 255 or 23.77% 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 #6A6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6FFA is #959005. Grayscale: #7C7C7C. Windows color (decimal): -9801734 or 16412522. OLE color: 16412522.

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

Color convert

RGB 106 111 250 -
CMYK 0.58 0.56 0 0.02
HSL 237.92º 0.94% 0.7% -
HSV(B) 237.92º 0.58% 0.98% -
XYZ 28.88 21.34 93.04 -
YUV 125.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 106 111 250 0.58 0.56 0 0.02 237.92 0.94 0.7
Hex 6A 6F FA 3A 38 0 2 EE 5E 46
Octal 152 157 372 72 70 0 2 356 136 106
Binary 1101010 1101111 11111010 111010 111000 0 10 11101110 1011110 1000110

Color Harmonies of #6A6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6FFA

Black with #6A6FFA

Text Example


Text Example

White with #6A6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,111,250); }

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

background-color css

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

 a { background-color: rgb(106,111,250); }

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

border-color css

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

 span { border-color: rgb(106,111,250); }

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