#685CCC

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

Shades of Slate Blue #685CCC

Tints of Slate Blue #685CCC

Color information

#685CCC (or 0x685CCC) is unknown color: approx Slate Blue. HEX triplet: 68, 5C and CC. RGB value is (104,92,204). Sum of RGB (Red+Green+Blue) = 104+92+204=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #685CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CCC is #97A333. Grayscale: #6B6B6B. Windows color (decimal): -9937716 or 13393000. OLE color: 13393000.

HSL color Cylindrical-coordinate representation of color #685CCC: hue angle of 246.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685CCC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10492204-
CMYK0.490.5500.2
HSL246.43º52.34%58.04%-
HSV(B)246.43º54.9%80%-
XYZ20.4414.9658.94-
YUV108.36181.98124.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 204 (80.08% from 255) = 51%
R=26%
G=23%
B=51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104922040.490.5500.2246.4352.3458.04
Hex685CCC3137014f6343a
Octal15013431461670243666472
Binary110100010111001100110011000111011101010011110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,204); }

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

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

 a { background-color: rgb(104,92,204); }

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

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

 span { border-color: rgb(104,92,204); }

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