Html Css Color HEX #686BCF Slate Blue

📋 copy color: '#686BCF'

red 104 ◦ green 107 ◦ blue 207

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

Shades of Slate Blue #686BCF

Tints of Slate Blue #686BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

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

R = 24.88%
G = 25.6%
B = 49.52%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#686BCF (or 0x686BCF) is known color: Slate Blue. HEX triplet: 68, 6B and CF. RGB value is (104,107,207). Sum of RGB (Red+Green+Blue) = 104+107+207=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #686BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BCF is #979430. Grayscale: #757575. Windows color (decimal): -9933873 or 13593448. OLE color: 13593448.

HSL color Cylindrical-coordinate representation of color #686BCF: hue angle of 238.25º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686BCF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 107 207 -
CMYK 0.50 0.48 0 0.19
HSL 238.25º 0.52% 0.61% -
HSV(B) 238.25º 0.5% 0.81% -
XYZ 22.23 17.96 61.33 -
YUV 117.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 104 107 207 0.50 0.48 0 0.19 238.25 0.52 0.61
Hex 68 6B CF 32 30 0 13 EE 34 3D
Octal 150 153 317 62 60 0 23 356 64 75
Binary 1101000 1101011 11001111 110010 110000 0 10011 11101110 110100 111101

Color Harmonies of #686BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BCF

Black with #686BCF

Text Example


Text Example

White with #686BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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