#685FCA

Color #685FCA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #685FCA

Tints of Slate Blue #685FCA

Color information

#685FCA (or 0x685FCA) is unknown color: approx Slate Blue. HEX triplet: 68, 5F and CA. RGB value is (104,95,202). Sum of RGB (Red+Green+Blue) = 104+95+202=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #685FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FCA is #97A035. Grayscale: #6D6D6D. Windows color (decimal): -9936950 or 13262696. OLE color: 13262696.

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

Color convert

RGB10495202-
CMYK0.490.5300.21
HSL245.05º50.23%58.24%-
HSV(B)245.05º52.97%79.22%-
XYZ20.4615.3957.77-
YUV109.89179.98123.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=25.94%
G=23.69%
B=50.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104952020.490.5300.21245.0550.2358.24
Hex685FCA3135015f5323a
Octal15013731261650253656272
Binary110100010111111100101011000111010101010111110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #685FCA;
 }
 .AnyTagClassName
 {
   color: #685FCA;
 }
</style>
background-color css

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

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

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

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

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

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