Html Css Color HEX #6E6ACE Slate Blue

📋 copy color: '#6E6ACE'

red 110 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #6E6ACE

Tints of Slate Blue #6E6ACE

RGB

 RED value IS 110 (43.36% from 255) = 26.07%

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 26.07%
G = 25.12%
B = 48.82%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E6ACE (or 0x6E6ACE) is known color: Slate Blue. HEX triplet: 6E, 6A and CE. RGB value is (110,106,206). Sum of RGB (Red+Green+Blue) = 110+106+206=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ACE is #919531. Grayscale: #767676. Windows color (decimal): -9540914 or 13527662. OLE color: 13527662.

HSL color Cylindrical-coordinate representation of color #6E6ACE: hue angle of 242.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E6ACE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 106 206 -
CMYK 0.47 0.49 0 0.19
HSL 242.4º 0.51% 0.61% -
HSV(B) 242.4º 0.49% 0.81% -
XYZ 22.73 18.08 60.68 -
YUV 118.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 110 106 206 0.47 0.49 0 0.19 242.4 0.51 0.61
Hex 6E 6A CE 2F 31 0 13 F2 33 3D
Octal 156 152 316 57 61 0 23 362 63 75
Binary 1101110 1101010 11001110 101111 110001 0 10011 11110010 110011 111101

Color Harmonies of #6E6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ACE

Black with #6E6ACE

Text Example


Text Example

White with #6E6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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