Html Css Color HEX #6863CE Slate Blue

📋 copy color: '#6863CE'

red 104 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #6863CE

Tints of Slate Blue #6863CE

RGB

 RED value IS 104 (41.02% from 255) = 25.43%

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

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

R = 25.43%
G = 24.21%
B = 50.37%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6863CE (or 0x6863CE) is known color: Slate Blue. HEX triplet: 68, 63 and CE. RGB value is (104,99,206). Sum of RGB (Red+Green+Blue) = 104+99+206=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #6863CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863CE is #979C31. Grayscale: #707070. Windows color (decimal): -9935922 or 13525864. OLE color: 13525864.

HSL color Cylindrical-coordinate representation of color #6863CE: hue angle of 242.8º 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 #6863CE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 99 206 -
CMYK 0.50 0.52 0 0.19
HSL 242.8º 0.52% 0.6% -
HSV(B) 242.8º 0.52% 0.81% -
XYZ 21.31 16.32 60.42 -
YUV 112.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 104 99 206 0.50 0.52 0 0.19 242.8 0.52 0.6
Hex 68 63 CE 32 34 0 13 F3 34 3C
Octal 150 143 316 62 64 0 23 363 64 74
Binary 1101000 1100011 11001110 110010 110100 0 10011 11110011 110100 111100

Color Harmonies of #6863CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6863CE

Black with #6863CE

Text Example


Text Example

White with #6863CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6863CE; }

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

 H1.HeaderClassName
 {
   color: #6863CE;
 }
 .AnyTagClassName
 {
   color: #6863CE;
 }
</style>

background-color css

<style>
 a { background-color: #6863CE; }

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

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

border-color css

<style>
 span { border-color: #6863CE; }

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

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