Html Css Color HEX #685BCB Slate Blue

📋 copy color: '#685BCB'

red 104 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #685BCB

Tints of Slate Blue #685BCB

RGB

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

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

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

R = 26.13%
G = 22.86%
B = 51.01%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685BCB (or 0x685BCB) is known color: Slate Blue. HEX triplet: 68, 5B and CB. RGB value is (104,91,203). Sum of RGB (Red+Green+Blue) = 104+91+203=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #685BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BCB is #97A434. Grayscale: #6B6B6B. Windows color (decimal): -9937973 or 13327208. OLE color: 13327208.

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

Color convert

RGB 104 91 203 -
CMYK 0.49 0.55 0 0.20
HSL 246.96º 0.52% 0.58% -
HSV(B) 246.96º 0.55% 0.8% -
XYZ 20.23 14.74 58.28 -
YUV 107.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 104 91 203 0.49 0.55 0 0.20 246.96 0.52 0.58
Hex 68 5B CB 31 37 0 14 F7 34 3A
Octal 150 133 313 61 67 0 24 367 64 72
Binary 1101000 1011011 11001011 110001 110111 0 10100 11110111 110100 111010

Color Harmonies of #685BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BCB

Black with #685BCB

Text Example


Text Example

White with #685BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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