Html Css Color HEX #685BC3 Slate Blue

📋 copy color: '#685BC3'

red 104 ◦ green 91 ◦ blue 195

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

Shades of Slate Blue #685BC3

Tints of Slate Blue #685BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50%

R = 26.67%
G = 23.33%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#685BC3 (or 0x685BC3) is known color: Slate Blue. HEX triplet: 68, 5B and C3. RGB value is (104,91,195). Sum of RGB (Red+Green+Blue) = 104+91+195=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #685BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC3 is #97A43C. Grayscale: #6A6A6A. Windows color (decimal): -9937981 or 12802920. OLE color: 12802920.

HSL color Cylindrical-coordinate representation of color #685BC3: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685BC3 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 91 195 -
CMYK 0.47 0.53 0 0.24
HSL 247.5º 0.46% 0.56% -
HSV(B) 247.5º 0.53% 0.76% -
XYZ 19.3 14.37 53.39 -
YUV 106.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 104 91 195 0.47 0.53 0 0.24 247.5 0.46 0.56
Hex 68 5B C3 2F 35 0 18 F8 2E 38
Octal 150 133 303 57 65 0 30 370 56 70
Binary 1101000 1011011 11000011 101111 110101 0 11000 11111000 101110 111000

Color Harmonies of #685BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BC3

Black with #685BC3

Text Example


Text Example

White with #685BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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