Html Css Color HEX #6F7AEA Medium Slate Blue

📋 copy color: '#6F7AEA'

red 111 ◦ green 122 ◦ blue 234

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

Shades of Medium Slate Blue #6F7AEA

Tints of Medium Slate Blue #6F7AEA

RGB

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

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

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

R = 23.77%
G = 26.12%
B = 50.11%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F7AEA (or 0x6F7AEA) is known color: Medium Slate Blue. HEX triplet: 6F, 7A and EA. RGB value is (111,122,234). Sum of RGB (Red+Green+Blue) = 111+122+234=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F7AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AEA is #908515. Grayscale: #838383. Windows color (decimal): -9471254 or 15366767. OLE color: 15366767.

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

Color convert

RGB 111 122 234 -
CMYK 0.53 0.48 0 0.08
HSL 234.63º 0.75% 0.68% -
HSV(B) 234.63º 0.53% 0.92% -
XYZ 28.37 23.24 80.83 -
YUV 131.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 111 122 234 0.53 0.48 0 0.08 234.63 0.75 0.68
Hex 6F 7A EA 35 30 0 8 EB 4B 44
Octal 157 172 352 65 60 0 10 353 113 104
Binary 1101111 1111010 11101010 110101 110000 0 1000 11101011 1001011 1000100

Color Harmonies of #6F7AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7AEA

Black with #6F7AEA

Text Example


Text Example

White with #6F7AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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