Html Css Color HEX #6E4ACC Slate Blue

📋 copy color: '#6E4ACC'

red 110 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #6E4ACC

Tints of Slate Blue #6E4ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 28.35%
G = 19.07%
B = 52.58%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E4ACC (or 0x6E4ACC) is known color: Slate Blue. HEX triplet: 6E, 4A and CC. RGB value is (110,74,204). Sum of RGB (Red+Green+Blue) = 110+74+204=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E4ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4ACC is #91B533. Grayscale: #636363. Windows color (decimal): -9549108 or 13388398. OLE color: 13388398.

HSL color Cylindrical-coordinate representation of color #6E4ACC: hue angle of 256.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4ACC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 74 204 -
CMYK 0.46 0.64 0 0.2
HSL 256.62º 0.56% 0.55% -
HSV(B) 256.62º 0.64% 0.8% -
XYZ 19.78 12.57 58.51 -
YUV 99.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 110 74 204 0.46 0.64 0 0.2 256.62 0.56 0.55
Hex 6E 4A CC 2E 40 0 14 101 38 37
Octal 156 112 314 56 100 0 24 401 70 67
Binary 1101110 1001010 11001100 101110 1000000 0 10100 100000001 111000 110111

Color Harmonies of #6E4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4ACC

Black with #6E4ACC

Text Example


Text Example

White with #6E4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,204); }

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

background-color css

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

 a { background-color: rgb(110,74,204); }

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

border-color css

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

 span { border-color: rgb(110,74,204); }

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