Html Css Color HEX #686CCB Slate Blue

📋 copy color: '#686CCB'

red 104 ◦ green 108 ◦ blue 203

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

Shades of Slate Blue #686CCB

Tints of Slate Blue #686CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 25.06%
G = 26.02%
B = 48.92%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#686CCB (or 0x686CCB) is known color: Slate Blue. HEX triplet: 68, 6C and CB. RGB value is (104,108,203). Sum of RGB (Red+Green+Blue) = 104+108+203=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #686CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CCB is #979334. Grayscale: #757575. Windows color (decimal): -9933621 or 13331560. OLE color: 13331560.

HSL color Cylindrical-coordinate representation of color #686CCB: hue angle of 237.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686CCB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 108 203 -
CMYK 0.49 0.47 0 0.20
HSL 237.58º 0.49% 0.6% -
HSV(B) 237.58º 0.49% 0.8% -
XYZ 21.85 17.98 58.82 -
YUV 117.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 104 108 203 0.49 0.47 0 0.20 237.58 0.49 0.6
Hex 68 6C CB 31 2F 0 14 EE 31 3C
Octal 150 154 313 61 57 0 24 356 61 74
Binary 1101000 1101100 11001011 110001 101111 0 10100 11101110 110001 111100

Color Harmonies of #686CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CCB

Black with #686CCB

Text Example


Text Example

White with #686CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686CCB; }

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

 H1.HeaderClassName
 {
   color: #686CCB;
 }
 .AnyTagClassName
 {
   color: #686CCB;
 }
</style>

background-color css

<style>
 a { background-color: #686CCB; }

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

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

border-color css

<style>
 span { border-color: #686CCB; }

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

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