Html Css Color HEX #685AC0 Slate Blue

📋 copy color: '#685AC0'

red 104 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #685AC0

Tints of Slate Blue #685AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 26.94%
G = 23.32%
B = 49.74%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#685AC0 (or 0x685AC0) is known color: Slate Blue. HEX triplet: 68, 5A and C0. RGB value is (104,90,192). Sum of RGB (Red+Green+Blue) = 104+90+192=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #685AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AC0 is #97A53F. Grayscale: #696969. Windows color (decimal): -9938240 or 12606056. OLE color: 12606056.

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

Color convert

RGB 104 90 192 -
CMYK 0.46 0.53 0 0.25
HSL 248.24º 0.45% 0.55% -
HSV(B) 248.24º 0.53% 0.75% -
XYZ 18.88 14.06 51.59 -
YUV 105.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 104 90 192 0.46 0.53 0 0.25 248.24 0.45 0.55
Hex 68 5A C0 2E 35 0 19 F8 2D 37
Octal 150 132 300 56 65 0 31 370 55 67
Binary 1101000 1011010 11000000 101110 110101 0 11001 11111000 101101 110111

Color Harmonies of #685AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AC0

Black with #685AC0

Text Example


Text Example

White with #685AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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