Html Css Color HEX #6859C6 Slate Blue

📋 copy color: '#6859C6'

red 104 ◦ green 89 ◦ blue 198

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

Shades of Slate Blue #6859C6

Tints of Slate Blue #6859C6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 26.6%
G = 22.76%
B = 50.64%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6859C6 (or 0x6859C6) is known color: Slate Blue. HEX triplet: 68, 59 and C6. RGB value is (104,89,198). Sum of RGB (Red+Green+Blue) = 104+89+198=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #6859C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859C6 is #97A639. Grayscale: #696969. Windows color (decimal): -9938490 or 12999016. OLE color: 12999016.

HSL color Cylindrical-coordinate representation of color #6859C6: hue angle of 248.26º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6859C6 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 89 198 -
CMYK 0.47 0.55 0 0.22
HSL 248.26º 0.49% 0.56% -
HSV(B) 248.26º 0.55% 0.78% -
XYZ 19.47 14.17 55.13 -
YUV 105.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 104 89 198 0.47 0.55 0 0.22 248.26 0.49 0.56
Hex 68 59 C6 2F 37 0 16 F8 31 38
Octal 150 131 306 57 67 0 26 370 61 70
Binary 1101000 1011001 11000110 101111 110111 0 10110 11111000 110001 111000

Color Harmonies of #6859C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859C6

Black with #6859C6

Text Example


Text Example

White with #6859C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6859C6; }

 p { color: rgb(104,89,198); }

 H1.HeaderClassName
 {
   color: #6859C6;
 }
 .AnyTagClassName
 {
   color: #6859C6;
 }
</style>

background-color css

<style>
 a { background-color: #6859C6; }

 a { background-color: rgb(104,89,198); }

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

border-color css

<style>
 span { border-color: #6859C6; }

 span { border-color: rgb(104,89,198); }

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