Html Css Color HEX #685DC0 Slate Blue

📋 copy color: '#685DC0'

red 104 ◦ green 93 ◦ blue 192

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

Shades of Slate Blue #685DC0

Tints of Slate Blue #685DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 26.74%
G = 23.91%
B = 49.36%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#685DC0 (or 0x685DC0) is known color: Slate Blue. HEX triplet: 68, 5D and C0. RGB value is (104,93,192). Sum of RGB (Red+Green+Blue) = 104+93+192=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #685DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DC0 is #97A23F. Grayscale: #6B6B6B. Windows color (decimal): -9937472 or 12606824. OLE color: 12606824.

HSL color Cylindrical-coordinate representation of color #685DC0: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685DC0 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 93 192 -
CMYK 0.46 0.52 0 0.25
HSL 246.67º 0.44% 0.56% -
HSV(B) 246.67º 0.52% 0.75% -
XYZ 19.14 14.58 51.67 -
YUV 107.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 104 93 192 0.46 0.52 0 0.25 246.67 0.44 0.56
Hex 68 5D C0 2E 34 0 19 F7 2C 38
Octal 150 135 300 56 64 0 31 367 54 70
Binary 1101000 1011101 11000000 101110 110100 0 11001 11110111 101100 111000

Color Harmonies of #685DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DC0

Black with #685DC0

Text Example


Text Example

White with #685DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,192); }

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

background-color css

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

 a { background-color: rgb(104,93,192); }

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

border-color css

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

 span { border-color: rgb(104,93,192); }

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