Html Css Color HEX #6A6CE9 Medium Slate Blue

📋 copy color: '#6A6CE9'

red 106 ◦ green 108 ◦ blue 233

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

Shades of Medium Slate Blue #6A6CE9

Tints of Medium Slate Blue #6A6CE9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

 BLUE value IS 233 (91.41% from 255) = 52.13%

R = 23.71%
G = 24.16%
B = 52.13%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6A6CE9 (or 0x6A6CE9) is known color: Medium Slate Blue. HEX triplet: 6A, 6C and E9. RGB value is (106,108,233). Sum of RGB (Red+Green+Blue) = 106+108+233=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A6CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CE9 is #959316. Grayscale: #797979. Windows color (decimal): -9802519 or 15297642. OLE color: 15297642.

HSL color Cylindrical-coordinate representation of color #6A6CE9: hue angle of 239.06º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6CE9 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 108 233 -
CMYK 0.55 0.54 0 0.09
HSL 239.06º 0.74% 0.66% -
HSV(B) 239.06º 0.55% 0.91% -
XYZ 26.01 19.67 79.52 -
YUV 121.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 106 108 233 0.55 0.54 0 0.09 239.06 0.74 0.66
Hex 6A 6C E9 37 36 0 9 EF 4A 42
Octal 152 154 351 67 66 0 11 357 112 102
Binary 1101010 1101100 11101001 110111 110110 0 1001 11101111 1001010 1000010

Color Harmonies of #6A6CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6CE9

Black with #6A6CE9

Text Example


Text Example

White with #6A6CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,108,233); }

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

background-color css

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

 a { background-color: rgb(106,108,233); }

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

border-color css

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

 span { border-color: rgb(106,108,233); }

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