Html Css Color HEX #685BCF Slate Blue

📋 copy color: '#685BCF'

red 104 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #685BCF

Tints of Slate Blue #685BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 25.87%
G = 22.64%
B = 51.49%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#685BCF (or 0x685BCF) is known color: Slate Blue. HEX triplet: 68, 5B and CF. RGB value is (104,91,207). Sum of RGB (Red+Green+Blue) = 104+91+207=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #685BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BCF is #97A430. Grayscale: #6B6B6B. Windows color (decimal): -9937969 or 13589352. OLE color: 13589352.

HSL color Cylindrical-coordinate representation of color #685BCF: hue angle of 246.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685BCF is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 91 207 -
CMYK 0.50 0.56 0 0.19
HSL 246.72º 0.55% 0.58% -
HSV(B) 246.72º 0.56% 0.81% -
XYZ 20.71 14.93 60.82 -
YUV 108.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 104 91 207 0.50 0.56 0 0.19 246.72 0.55 0.58
Hex 68 5B CF 32 38 0 13 F7 37 3A
Octal 150 133 317 62 70 0 23 367 67 72
Binary 1101000 1011011 11001111 110010 111000 0 10011 11110111 110111 111010

Color Harmonies of #685BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BCF

Black with #685BCF

Text Example


Text Example

White with #685BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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