Html Css Color HEX #685ADC Slate Blue

📋 copy color: '#685ADC'

red 104 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #685ADC

Tints of Slate Blue #685ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

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

R = 25.12%
G = 21.74%
B = 53.14%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#685ADC (or 0x685ADC) is known color: Slate Blue. HEX triplet: 68, 5A and DC. RGB value is (104,90,220). Sum of RGB (Red+Green+Blue) = 104+90+220=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #685ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ADC is #97A523. Grayscale: #6C6C6C. Windows color (decimal): -9938212 or 14441064. OLE color: 14441064.

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

Color convert

RGB 104 90 220 -
CMYK 0.53 0.59 0 0.14
HSL 246.46º 0.65% 0.61% -
HSV(B) 246.46º 0.59% 0.86% -
XYZ 22.28 15.42 69.51 -
YUV 109.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 104 90 220 0.53 0.59 0 0.14 246.46 0.65 0.61
Hex 68 5A DC 35 3B 0 E F6 41 3D
Octal 150 132 334 65 73 0 16 366 101 75
Binary 1101000 1011010 11011100 110101 111011 0 1110 11110110 1000001 111101

Color Harmonies of #685ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ADC

Black with #685ADC

Text Example


Text Example

White with #685ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685ADC; }

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

 H1.HeaderClassName
 {
   color: #685ADC;
 }
 .AnyTagClassName
 {
   color: #685ADC;
 }
</style>

background-color css

<style>
 a { background-color: #685ADC; }

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

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

border-color css

<style>
 span { border-color: #685ADC; }

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

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