Html Css Color HEX #685BBF Slate Blue

📋 copy color: '#685BBF'

red 104 ◦ green 91 ◦ blue 191

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

Shades of Slate Blue #685BBF

Tints of Slate Blue #685BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.58%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 26.94%
G = 23.58%
B = 49.48%

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

#685BBF (or 0x685BBF) is known color: Slate Blue. HEX triplet: 68, 5B and BF. RGB value is (104,91,191). Sum of RGB (Red+Green+Blue) = 104+91+191=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #685BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBF is #97A440. Grayscale: #696969. Windows color (decimal): -9937985 or 12540776. OLE color: 12540776.

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

Color convert

RGB 104 91 191 -
CMYK 0.46 0.52 0 0.25
HSL 247.8º 0.44% 0.55% -
HSV(B) 247.8º 0.52% 0.75% -
XYZ 18.85 14.19 51.03 -
YUV 106.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 104 91 191 0.46 0.52 0 0.25 247.8 0.44 0.55
Hex 68 5B BF 2E 34 0 19 F8 2C 37
Octal 150 133 277 56 64 0 31 370 54 67
Binary 1101000 1011011 10111111 101110 110100 0 11001 11111000 101100 110111

Color Harmonies of #685BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BBF

Black with #685BBF

Text Example


Text Example

White with #685BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,191); }

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

background-color css

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

 a { background-color: rgb(104,91,191); }

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

border-color css

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

 span { border-color: rgb(104,91,191); }

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