Html Css Color HEX #6B7AEA Medium Slate Blue

📋 copy color: '#6B7AEA'

red 107 ◦ green 122 ◦ blue 234

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

Shades of Medium Slate Blue #6B7AEA

Tints of Medium Slate Blue #6B7AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 23.11%
G = 26.35%
B = 50.54%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B7AEA (or 0x6B7AEA) is known color: Medium Slate Blue. HEX triplet: 6B, 7A and EA. RGB value is (107,122,234). Sum of RGB (Red+Green+Blue) = 107+122+234=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B7AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AEA is #948515. Grayscale: #818181. Windows color (decimal): -9733398 or 15366763. OLE color: 15366763.

HSL color Cylindrical-coordinate representation of color #6B7AEA: hue angle of 232.91º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B7AEA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 122 234 -
CMYK 0.54 0.48 0 0.08
HSL 232.91º 0.75% 0.67% -
HSV(B) 232.91º 0.54% 0.92% -
XYZ 27.87 22.99 80.81 -
YUV 130.28 186.53 111.39 -
System Red Green Blue C M Y K H S L
Decimal 107 122 234 0.54 0.48 0 0.08 232.91 0.75 0.67
Hex 6B 7A EA 36 30 0 8 E9 4B 43
Octal 153 172 352 66 60 0 10 351 113 103
Binary 1101011 1111010 11101010 110110 110000 0 1000 11101001 1001011 1000011

Color Harmonies of #6B7AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7AEA

Black with #6B7AEA

Text Example


Text Example

White with #6B7AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,234); }

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

background-color css

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

 a { background-color: rgb(107,122,234); }

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

border-color css

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

 span { border-color: rgb(107,122,234); }

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