Html Css Color HEX #6E4DCC Slate Blue

📋 copy color: '#6E4DCC'

red 110 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #6E4DCC

Tints of Slate Blue #6E4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.69%

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

R = 28.13%
G = 19.69%
B = 52.17%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E4DCC (or 0x6E4DCC) is known color: Slate Blue. HEX triplet: 6E, 4D and CC. RGB value is (110,77,204). Sum of RGB (Red+Green+Blue) = 110+77+204=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DCC is #91B233. Grayscale: #646464. Windows color (decimal): -9548340 or 13389166. OLE color: 13389166.

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

Color convert

RGB 110 77 204 -
CMYK 0.46 0.62 0 0.2
HSL 255.59º 0.55% 0.55% -
HSV(B) 255.59º 0.62% 0.8% -
XYZ 19.98 12.98 58.58 -
YUV 101.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 110 77 204 0.46 0.62 0 0.2 255.59 0.55 0.55
Hex 6E 4D CC 2E 3E 0 14 100 37 37
Octal 156 115 314 56 76 0 24 400 67 67
Binary 1101110 1001101 11001100 101110 111110 0 10100 100000000 110111 110111

Color Harmonies of #6E4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DCC

Black with #6E4DCC

Text Example


Text Example

White with #6E4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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