Html Css Color HEX #6860D5 Slate Blue

📋 copy color: '#6860D5'

red 104 ◦ green 96 ◦ blue 213

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

Shades of Slate Blue #6860D5

Tints of Slate Blue #6860D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

 BLUE value IS 213 (83.59% from 255) = 51.57%

R = 25.18%
G = 23.24%
B = 51.57%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6860D5 (or 0x6860D5) is known color: Slate Blue. HEX triplet: 68, 60 and D5. RGB value is (104,96,213). Sum of RGB (Red+Green+Blue) = 104+96+213=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #6860D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860D5 is #979F2A. Grayscale: #6F6F6F. Windows color (decimal): -9936683 or 13983848. OLE color: 13983848.

HSL color Cylindrical-coordinate representation of color #6860D5: hue angle of 244.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6860D5 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 96 213 -
CMYK 0.51 0.55 0 0.16
HSL 244.1º 0.58% 0.61% -
HSV(B) 244.1º 0.55% 0.84% -
XYZ 21.9 16.11 64.91 -
YUV 111.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 104 96 213 0.51 0.55 0 0.16 244.1 0.58 0.61
Hex 68 60 D5 33 37 0 10 F4 3A 3D
Octal 150 140 325 63 67 0 20 364 72 75
Binary 1101000 1100000 11010101 110011 110111 0 10000 11110100 111010 111101

Color Harmonies of #6860D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860D5

Black with #6860D5

Text Example


Text Example

White with #6860D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6860D5; }

 p { color: rgb(104,96,213); }

 H1.HeaderClassName
 {
   color: #6860D5;
 }
 .AnyTagClassName
 {
   color: #6860D5;
 }
</style>

background-color css

<style>
 a { background-color: #6860D5; }

 a { background-color: rgb(104,96,213); }

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

border-color css

<style>
 span { border-color: #6860D5; }

 span { border-color: rgb(104,96,213); }

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