Html Css Color HEX #6E63CE Slate Blue

📋 copy color: '#6E63CE'

red 110 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #6E63CE

Tints of Slate Blue #6E63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 26.51%
G = 23.86%
B = 49.64%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E63CE (or 0x6E63CE) is known color: Slate Blue. HEX triplet: 6E, 63 and CE. RGB value is (110,99,206). Sum of RGB (Red+Green+Blue) = 110+99+206=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E63CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63CE is #919C31. Grayscale: #727272. Windows color (decimal): -9542706 or 13525870. OLE color: 13525870.

HSL color Cylindrical-coordinate representation of color #6E63CE: hue angle of 246.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E63CE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 99 206 -
CMYK 0.47 0.52 0 0.19
HSL 246.17º 0.52% 0.6% -
HSV(B) 246.17º 0.52% 0.81% -
XYZ 22.03 16.69 60.45 -
YUV 114.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 110 99 206 0.47 0.52 0 0.19 246.17 0.52 0.6
Hex 6E 63 CE 2F 34 0 13 F6 34 3C
Octal 156 143 316 57 64 0 23 366 64 74
Binary 1101110 1100011 11001110 101111 110100 0 10011 11110110 110100 111100

Color Harmonies of #6E63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E63CE

Black with #6E63CE

Text Example


Text Example

White with #6E63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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