Html Css Color HEX #685BC8 Slate Blue

📋 copy color: '#685BC8'

red 104 ◦ green 91 ◦ blue 200

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

Shades of Slate Blue #685BC8

Tints of Slate Blue #685BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 200 (78.52% from 255) = 50.63%

R = 26.33%
G = 23.04%
B = 50.63%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#685BC8 (or 0x685BC8) is known color: Slate Blue. HEX triplet: 68, 5B and C8. RGB value is (104,91,200). Sum of RGB (Red+Green+Blue) = 104+91+200=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #685BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC8 is #97A437. Grayscale: #6A6A6A. Windows color (decimal): -9937976 or 13130600. OLE color: 13130600.

HSL color Cylindrical-coordinate representation of color #685BC8: hue angle of 247.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685BC8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 91 200 -
CMYK 0.48 0.54 0 0.22
HSL 247.16º 0.5% 0.57% -
HSV(B) 247.16º 0.55% 0.78% -
XYZ 19.88 14.6 56.41 -
YUV 107.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 104 91 200 0.48 0.54 0 0.22 247.16 0.5 0.57
Hex 68 5B C8 30 36 0 16 F7 32 39
Octal 150 133 310 60 66 0 26 367 62 71
Binary 1101000 1011011 11001000 110000 110110 0 10110 11110111 110010 111001

Color Harmonies of #685BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BC8

Black with #685BC8

Text Example


Text Example

White with #685BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,200); }

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

background-color css

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

 a { background-color: rgb(104,91,200); }

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

border-color css

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

 span { border-color: rgb(104,91,200); }

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