Html Css Color HEX #685ACB Slate Blue

📋 copy color: '#685ACB'

red 104 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #685ACB

Tints of Slate Blue #685ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 26.2%
G = 22.67%
B = 51.13%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685ACB (or 0x685ACB) is known color: Slate Blue. HEX triplet: 68, 5A and CB. RGB value is (104,90,203). Sum of RGB (Red+Green+Blue) = 104+90+203=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #685ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ACB is #97A534. Grayscale: #6A6A6A. Windows color (decimal): -9938229 or 13326952. OLE color: 13326952.

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

Color convert

RGB 104 90 203 -
CMYK 0.49 0.56 0 0.20
HSL 247.43º 0.52% 0.57% -
HSV(B) 247.43º 0.56% 0.8% -
XYZ 20.14 14.57 58.25 -
YUV 107.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 104 90 203 0.49 0.56 0 0.20 247.43 0.52 0.57
Hex 68 5A CB 31 38 0 14 F7 34 39
Octal 150 132 313 61 70 0 24 367 64 71
Binary 1101000 1011010 11001011 110001 111000 0 10100 11110111 110100 111001

Color Harmonies of #685ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ACB

Black with #685ACB

Text Example


Text Example

White with #685ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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