Html Css Color HEX #686BCA Slate Blue

📋 copy color: '#686BCA'

red 104 ◦ green 107 ◦ blue 202

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

Shades of Slate Blue #686BCA

Tints of Slate Blue #686BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 25.18%
G = 25.91%
B = 48.91%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#686BCA (or 0x686BCA) is known color: Slate Blue. HEX triplet: 68, 6B and CA. RGB value is (104,107,202). Sum of RGB (Red+Green+Blue) = 104+107+202=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #686BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BCA is #979435. Grayscale: #747474. Windows color (decimal): -9933878 or 13265768. OLE color: 13265768.

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

Color convert

RGB 104 107 202 -
CMYK 0.49 0.47 0 0.21
HSL 238.16º 0.48% 0.6% -
HSV(B) 238.16º 0.49% 0.79% -
XYZ 21.63 17.72 58.16 -
YUV 116.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 104 107 202 0.49 0.47 0 0.21 238.16 0.48 0.6
Hex 68 6B CA 31 2F 0 15 EE 30 3C
Octal 150 153 312 61 57 0 25 356 60 74
Binary 1101000 1101011 11001010 110001 101111 0 10101 11101110 110000 111100

Color Harmonies of #686BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BCA

Black with #686BCA

Text Example


Text Example

White with #686BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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