Html Css Color HEX #6A7AEF Medium Slate Blue

📋 copy color: '#6A7AEF'

red 106 ◦ green 122 ◦ blue 239

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

Shades of Medium Slate Blue #6A7AEF

Tints of Medium Slate Blue #6A7AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 22.7%
G = 26.12%
B = 51.18%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6A7AEF (or 0x6A7AEF) is known color: Medium Slate Blue. HEX triplet: 6A, 7A and EF. RGB value is (106,122,239). Sum of RGB (Red+Green+Blue) = 106+122+239=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A7AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7AEF is #958510. Grayscale: #828282. Windows color (decimal): -9798929 or 15694442. OLE color: 15694442.

HSL color Cylindrical-coordinate representation of color #6A7AEF: hue angle of 232.78º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A7AEF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 122 239 -
CMYK 0.56 0.49 0 0.06
HSL 232.78º 0.81% 0.68% -
HSV(B) 232.78º 0.56% 0.94% -
XYZ 28.48 23.22 84.64 -
YUV 130.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 106 122 239 0.56 0.49 0 0.06 232.78 0.81 0.68
Hex 6A 7A EF 38 31 0 6 E9 51 44
Octal 152 172 357 70 61 0 6 351 121 104
Binary 1101010 1111010 11101111 111000 110001 0 110 11101001 1010001 1000100

Color Harmonies of #6A7AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7AEF

Black with #6A7AEF

Text Example


Text Example

White with #6A7AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,122,239); }

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

background-color css

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

 a { background-color: rgb(106,122,239); }

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

border-color css

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

 span { border-color: rgb(106,122,239); }

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