Html Css Color HEX #685BC9 Slate Blue

📋 copy color: '#685BC9'

red 104 ◦ green 91 ◦ blue 201

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

Shades of Slate Blue #685BC9

Tints of Slate Blue #685BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 26.26%
G = 22.98%
B = 50.76%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#685BC9 (or 0x685BC9) is known color: Slate Blue. HEX triplet: 68, 5B and C9. RGB value is (104,91,201). Sum of RGB (Red+Green+Blue) = 104+91+201=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #685BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC9 is #97A436. Grayscale: #6B6B6B. Windows color (decimal): -9937975 or 13196136. OLE color: 13196136.

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

Color convert

RGB 104 91 201 -
CMYK 0.48 0.55 0 0.21
HSL 247.09º 0.5% 0.57% -
HSV(B) 247.09º 0.55% 0.79% -
XYZ 19.99 14.64 57.03 -
YUV 107.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 104 91 201 0.48 0.55 0 0.21 247.09 0.5 0.57
Hex 68 5B C9 30 37 0 15 F7 32 39
Octal 150 133 311 60 67 0 25 367 62 71
Binary 1101000 1011011 11001001 110000 110111 0 10101 11110111 110010 111001

Color Harmonies of #685BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BC9

Black with #685BC9

Text Example


Text Example

White with #685BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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