Html Css Color HEX #685CBF Slate Blue

📋 copy color: '#685CBF'

red 104 ◦ green 92 ◦ blue 191

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

Shades of Slate Blue #685CBF

Tints of Slate Blue #685CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

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

R = 26.87%
G = 23.77%
B = 49.35%

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

#685CBF (or 0x685CBF) is known color: Slate Blue. HEX triplet: 68, 5C and BF. RGB value is (104,92,191). Sum of RGB (Red+Green+Blue) = 104+92+191=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #685CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBF is #97A340. Grayscale: #6A6A6A. Windows color (decimal): -9937729 or 12541032. OLE color: 12541032.

HSL color Cylindrical-coordinate representation of color #685CBF: hue angle of 247.27º 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 #685CBF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 92 191 -
CMYK 0.46 0.52 0 0.25
HSL 247.27º 0.44% 0.55% -
HSV(B) 247.27º 0.52% 0.75% -
XYZ 18.94 14.36 51.06 -
YUV 106.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 104 92 191 0.46 0.52 0 0.25 247.27 0.44 0.55
Hex 68 5C BF 2E 34 0 19 F7 2C 37
Octal 150 134 277 56 64 0 31 367 54 67
Binary 1101000 1011100 10111111 101110 110100 0 11001 11110111 101100 110111

Color Harmonies of #685CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CBF

Black with #685CBF

Text Example


Text Example

White with #685CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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