Html Css Color HEX #6E5FCD Slate Blue

📋 copy color: '#6E5FCD'

red 110 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #6E5FCD

Tints of Slate Blue #6E5FCD

RGB

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

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

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

R = 26.83%
G = 23.17%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E5FCD (or 0x6E5FCD) is known color: Slate Blue. HEX triplet: 6E, 5F and CD. RGB value is (110,95,205). Sum of RGB (Red+Green+Blue) = 110+95+205=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FCD is #91A032. Grayscale: #6F6F6F. Windows color (decimal): -9543731 or 13459310. OLE color: 13459310.

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

Color convert

RGB 110 95 205 -
CMYK 0.46 0.54 0 0.20
HSL 248.18º 0.52% 0.59% -
HSV(B) 248.18º 0.54% 0.8% -
XYZ 21.54 15.91 59.69 -
YUV 112.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 110 95 205 0.46 0.54 0 0.20 248.18 0.52 0.59
Hex 6E 5F CD 2E 36 0 14 F8 34 3B
Octal 156 137 315 56 66 0 24 370 64 73
Binary 1101110 1011111 11001101 101110 110110 0 10100 11111000 110100 111011

Color Harmonies of #6E5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FCD

Black with #6E5FCD

Text Example


Text Example

White with #6E5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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