Html Css Color HEX #6863CC Slate Blue

📋 copy color: '#6863CC'

red 104 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #6863CC

Tints of Slate Blue #6863CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 25.55%
G = 24.32%
B = 50.12%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6863CC (or 0x6863CC) is known color: Slate Blue. HEX triplet: 68, 63 and CC. RGB value is (104,99,204). Sum of RGB (Red+Green+Blue) = 104+99+204=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6863CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863CC is #979C33. Grayscale: #707070. Windows color (decimal): -9935924 or 13394792. OLE color: 13394792.

HSL color Cylindrical-coordinate representation of color #6863CC: hue angle of 242.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6863CC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 99 204 -
CMYK 0.49 0.51 0 0.2
HSL 242.86º 0.51% 0.59% -
HSV(B) 242.86º 0.51% 0.8% -
XYZ 21.07 16.23 59.15 -
YUV 112.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 104 99 204 0.49 0.51 0 0.2 242.86 0.51 0.59
Hex 68 63 CC 31 33 0 14 F3 33 3B
Octal 150 143 314 61 63 0 24 363 63 73
Binary 1101000 1100011 11001100 110001 110011 0 10100 11110011 110011 111011

Color Harmonies of #6863CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6863CC

Black with #6863CC

Text Example


Text Example

White with #6863CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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