Html Css Color HEX #6E5FDC Slate Blue

📋 copy color: '#6E5FDC'

red 110 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #6E5FDC

Tints of Slate Blue #6E5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 25.88%
G = 22.35%
B = 51.76%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E5FDC (or 0x6E5FDC) is known color: Slate Blue. HEX triplet: 6E, 5F and DC. RGB value is (110,95,220). Sum of RGB (Red+Green+Blue) = 110+95+220=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FDC is #91A023. Grayscale: #717171. Windows color (decimal): -9543716 or 14442350. OLE color: 14442350.

HSL color Cylindrical-coordinate representation of color #6E5FDC: hue angle of 247.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E5FDC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 95 220 -
CMYK 0.50 0.57 0 0.14
HSL 247.2º 0.64% 0.62% -
HSV(B) 247.2º 0.57% 0.86% -
XYZ 23.44 16.67 69.69 -
YUV 113.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 110 95 220 0.50 0.57 0 0.14 247.2 0.64 0.62
Hex 6E 5F DC 32 39 0 E F7 40 3E
Octal 156 137 334 62 71 0 16 367 100 76
Binary 1101110 1011111 11011100 110010 111001 0 1110 11110111 1000000 111110

Color Harmonies of #6E5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FDC

Black with #6E5FDC

Text Example


Text Example

White with #6E5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,220); }

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

background-color css

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

 a { background-color: rgb(110,95,220); }

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

border-color css

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

 span { border-color: rgb(110,95,220); }

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