Html Css Color HEX #6E4FCD Slate Blue

📋 copy color: '#6E4FCD'

red 110 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #6E4FCD

Tints of Slate Blue #6E4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.05%

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 27.92%
G = 20.05%
B = 52.03%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E4FCD (or 0x6E4FCD) is known color: Slate Blue. HEX triplet: 6E, 4F and CD. RGB value is (110,79,205). Sum of RGB (Red+Green+Blue) = 110+79+205=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FCD is #91B032. Grayscale: #666666. Windows color (decimal): -9547827 or 13455214. OLE color: 13455214.

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

Color convert

RGB 110 79 205 -
CMYK 0.46 0.61 0 0.20
HSL 254.76º 0.56% 0.56% -
HSV(B) 254.76º 0.61% 0.8% -
XYZ 20.25 13.31 59.26 -
YUV 102.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 110 79 205 0.46 0.61 0 0.20 254.76 0.56 0.56
Hex 6E 4F CD 2E 3D 0 14 FF 38 38
Octal 156 117 315 56 75 0 24 377 70 70
Binary 1101110 1001111 11001101 101110 111101 0 10100 11111111 111000 111000

Color Harmonies of #6E4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4FCD

Black with #6E4FCD

Text Example


Text Example

White with #6E4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,79,205); }

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

background-color css

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

 a { background-color: rgb(110,79,205); }

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

border-color css

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

 span { border-color: rgb(110,79,205); }

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