Html Css Color HEX #6B6EEA Medium Slate Blue

📋 copy color: '#6B6EEA'

red 107 ◦ green 110 ◦ blue 234

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

Shades of Medium Slate Blue #6B6EEA

Tints of Medium Slate Blue #6B6EEA

RGB

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

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

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

R = 23.73%
G = 24.39%
B = 51.88%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B6EEA (or 0x6B6EEA) is known color: Medium Slate Blue. HEX triplet: 6B, 6E and EA. RGB value is (107,110,234). Sum of RGB (Red+Green+Blue) = 107+110+234=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B6EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6EEA is #949115. Grayscale: #7A7A7A. Windows color (decimal): -9736470 or 15363691. OLE color: 15363691.

HSL color Cylindrical-coordinate representation of color #6B6EEA: hue angle of 238.58º 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 #6B6EEA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 110 234 -
CMYK 0.54 0.53 0 0.08
HSL 238.58º 0.75% 0.67% -
HSV(B) 238.58º 0.54% 0.92% -
XYZ 26.49 20.22 80.35 -
YUV 123.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 107 110 234 0.54 0.53 0 0.08 238.58 0.75 0.67
Hex 6B 6E EA 36 35 0 8 EF 4B 43
Octal 153 156 352 66 65 0 10 357 113 103
Binary 1101011 1101110 11101010 110110 110101 0 1000 11101111 1001011 1000011

Color Harmonies of #6B6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6EEA

Black with #6B6EEA

Text Example


Text Example

White with #6B6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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