Html Css Color HEX #685FCE Slate Blue

📋 copy color: '#685FCE'

red 104 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #685FCE

Tints of Slate Blue #685FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 25.68%
G = 23.46%
B = 50.86%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#685FCE (or 0x685FCE) is known color: Slate Blue. HEX triplet: 68, 5F and CE. RGB value is (104,95,206). Sum of RGB (Red+Green+Blue) = 104+95+206=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #685FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FCE is #97A031. Grayscale: #6D6D6D. Windows color (decimal): -9936946 or 13524840. OLE color: 13524840.

HSL color Cylindrical-coordinate representation of color #685FCE: hue angle of 244.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685FCE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 95 206 -
CMYK 0.50 0.54 0 0.19
HSL 244.86º 0.53% 0.59% -
HSV(B) 244.86º 0.54% 0.81% -
XYZ 20.94 15.58 60.3 -
YUV 110.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 104 95 206 0.50 0.54 0 0.19 244.86 0.53 0.59
Hex 68 5F CE 32 36 0 13 F5 35 3B
Octal 150 137 316 62 66 0 23 365 65 73
Binary 1101000 1011111 11001110 110010 110110 0 10011 11110101 110101 111011

Color Harmonies of #685FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FCE

Black with #685FCE

Text Example


Text Example

White with #685FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,206); }

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

background-color css

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

 a { background-color: rgb(104,95,206); }

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

border-color css

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

 span { border-color: rgb(104,95,206); }

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