Html Css Color HEX #6859D2 Slate Blue

📋 copy color: '#6859D2'

red 104 ◦ green 89 ◦ blue 210

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

Shades of Slate Blue #6859D2

Tints of Slate Blue #6859D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.11%

R = 25.81%
G = 22.08%
B = 52.11%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6859D2 (or 0x6859D2) is known color: Slate Blue. HEX triplet: 68, 59 and D2. RGB value is (104,89,210). Sum of RGB (Red+Green+Blue) = 104+89+210=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #6859D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859D2 is #97A62D. Grayscale: #6A6A6A. Windows color (decimal): -9938478 or 13785448. OLE color: 13785448.

HSL color Cylindrical-coordinate representation of color #6859D2: hue angle of 247.44º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6859D2 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 89 210 -
CMYK 0.50 0.58 0 0.18
HSL 247.44º 0.57% 0.59% -
HSV(B) 247.44º 0.58% 0.82% -
XYZ 20.91 14.74 62.72 -
YUV 107.28 185.97 125.66 -
System Red Green Blue C M Y K H S L
Decimal 104 89 210 0.50 0.58 0 0.18 247.44 0.57 0.59
Hex 68 59 D2 32 3A 0 12 F7 39 3B
Octal 150 131 322 62 72 0 22 367 71 73
Binary 1101000 1011001 11010010 110010 111010 0 10010 11110111 111001 111011

Color Harmonies of #6859D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859D2

Black with #6859D2

Text Example


Text Example

White with #6859D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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