Html Css Color HEX #6859DC Slate Blue

📋 copy color: '#6859DC'

red 104 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6859DC

Tints of Slate Blue #6859DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 25.18%
G = 21.55%
B = 53.27%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6859DC (or 0x6859DC) is known color: Slate Blue. HEX triplet: 68, 59 and DC. RGB value is (104,89,220). Sum of RGB (Red+Green+Blue) = 104+89+220=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #6859DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859DC is #97A623. Grayscale: #6B6B6B. Windows color (decimal): -9938468 or 14440808. OLE color: 14440808.

HSL color Cylindrical-coordinate representation of color #6859DC: hue angle of 246.87º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6859DC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 89 220 -
CMYK 0.53 0.60 0 0.14
HSL 246.87º 0.65% 0.61% -
HSV(B) 246.87º 0.6% 0.86% -
XYZ 22.2 15.26 69.48 -
YUV 108.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 104 89 220 0.53 0.60 0 0.14 246.87 0.65 0.61
Hex 68 59 DC 35 3C 0 E F7 41 3D
Octal 150 131 334 65 74 0 16 367 101 75
Binary 1101000 1011001 11011100 110101 111100 0 1110 11110111 1000001 111101

Color Harmonies of #6859DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859DC

Black with #6859DC

Text Example


Text Example

White with #6859DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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