Html Css Color HEX #6B7AF9 Medium Slate Blue

📋 copy color: '#6B7AF9'

red 107 ◦ green 122 ◦ blue 249

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

Shades of Medium Slate Blue #6B7AF9

Tints of Medium Slate Blue #6B7AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 22.38%
G = 25.52%
B = 52.09%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B7AF9 (or 0x6B7AF9) is known color: Medium Slate Blue. HEX triplet: 6B, 7A and F9. RGB value is (107,122,249). Sum of RGB (Red+Green+Blue) = 107+122+249=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B7AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AF9 is #948506. Grayscale: #838383. Windows color (decimal): -9733383 or 16349803. OLE color: 16349803.

HSL color Cylindrical-coordinate representation of color #6B7AF9: hue angle of 233.66º degrees, saturation: 0.92, 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 #6B7AF9 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 122 249 -
CMYK 0.57 0.51 0 0.02
HSL 233.66º 0.92% 0.7% -
HSV(B) 233.66º 0.57% 0.98% -
XYZ 30.12 23.88 92.65 -
YUV 131.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 107 122 249 0.57 0.51 0 0.02 233.66 0.92 0.7
Hex 6B 7A F9 39 33 0 2 EA 5C 46
Octal 153 172 371 71 63 0 2 352 134 106
Binary 1101011 1111010 11111001 111001 110011 0 10 11101010 1011100 1000110

Color Harmonies of #6B7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7AF9

Black with #6B7AF9

Text Example


Text Example

White with #6B7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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