Html Css Color HEX #6E63CD Slate Blue

📋 copy color: '#6E63CD'

red 110 ◦ green 99 ◦ blue 205

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

Shades of Slate Blue #6E63CD

Tints of Slate Blue #6E63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 26.57%
G = 23.91%
B = 49.52%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E63CD (or 0x6E63CD) is known color: Slate Blue. HEX triplet: 6E, 63 and CD. RGB value is (110,99,205). Sum of RGB (Red+Green+Blue) = 110+99+205=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63CD is #919C32. Grayscale: #717171. Windows color (decimal): -9542707 or 13460334. OLE color: 13460334.

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

Color convert

RGB 110 99 205 -
CMYK 0.46 0.52 0 0.20
HSL 246.23º 0.51% 0.6% -
HSV(B) 246.23º 0.52% 0.8% -
XYZ 21.91 16.65 59.82 -
YUV 114.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 110 99 205 0.46 0.52 0 0.20 246.23 0.51 0.6
Hex 6E 63 CD 2E 34 0 14 F6 33 3C
Octal 156 143 315 56 64 0 24 366 63 74
Binary 1101110 1100011 11001101 101110 110100 0 10100 11110110 110011 111100

Color Harmonies of #6E63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E63CD

Black with #6E63CD

Text Example


Text Example

White with #6E63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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