Html Css Color HEX #685DCB Slate Blue

📋 copy color: '#685DCB'

red 104 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #685DCB

Tints of Slate Blue #685DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

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

R = 26%
G = 23.25%
B = 50.75%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685DCB (or 0x685DCB) is known color: Slate Blue. HEX triplet: 68, 5D and CB. RGB value is (104,93,203). Sum of RGB (Red+Green+Blue) = 104+93+203=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #685DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCB is #97A234. Grayscale: #6C6C6C. Windows color (decimal): -9937461 or 13327720. OLE color: 13327720.

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

Color convert

RGB 104 93 203 -
CMYK 0.49 0.54 0 0.20
HSL 246º 0.51% 0.58% -
HSV(B) 246º 0.54% 0.8% -
XYZ 20.4 15.08 58.34 -
YUV 108.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 104 93 203 0.49 0.54 0 0.20 246 0.51 0.58
Hex 68 5D CB 31 36 0 14 F6 33 3A
Octal 150 135 313 61 66 0 24 366 63 72
Binary 1101000 1011101 11001011 110001 110110 0 10100 11110110 110011 111010

Color Harmonies of #685DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DCB

Black with #685DCB

Text Example


Text Example

White with #685DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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