Html Css Color HEX #6A6EEE Medium Slate Blue

📋 copy color: '#6A6EEE'

red 106 ◦ green 110 ◦ blue 238

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

Shades of Medium Slate Blue #6A6EEE

Tints of Medium Slate Blue #6A6EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 23.35%
G = 24.23%
B = 52.42%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A6EEE (or 0x6A6EEE) is known color: Medium Slate Blue. HEX triplet: 6A, 6E and EE. RGB value is (106,110,238). Sum of RGB (Red+Green+Blue) = 106+110+238=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A6EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6EEE is #959111. Grayscale: #7A7A7A. Windows color (decimal): -9802002 or 15625834. OLE color: 15625834.

HSL color Cylindrical-coordinate representation of color #6A6EEE: hue angle of 238.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6EEE is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 110 238 -
CMYK 0.55 0.54 0 0.07
HSL 238.18º 0.8% 0.67% -
HSV(B) 238.18º 0.55% 0.93% -
XYZ 26.95 20.39 83.4 -
YUV 123.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 106 110 238 0.55 0.54 0 0.07 238.18 0.8 0.67
Hex 6A 6E EE 37 36 0 7 EE 50 43
Octal 152 156 356 67 66 0 7 356 120 103
Binary 1101010 1101110 11101110 110111 110110 0 111 11101110 1010000 1000011

Color Harmonies of #6A6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6EEE

Black with #6A6EEE

Text Example


Text Example

White with #6A6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,110,238); }

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

background-color css

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

 a { background-color: rgb(106,110,238); }

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

border-color css

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

 span { border-color: rgb(106,110,238); }

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